mirror of
https://github.com/yuzu-emu/sirit
synced 2024-11-22 12:13:34 +00:00
Fixup assert formatting
This commit is contained in:
parent
f259019494
commit
9d787510d3
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ void Op::Add(const Literal& literal) {
|
|||
case 5:
|
||||
return LiteralNumber::Create(std::get<5>(literal));
|
||||
default:
|
||||
assert(!"invalid literal type");
|
||||
assert(!"Invalid literal type");
|
||||
abort();
|
||||
}
|
||||
}();
|
||||
|
|
Loading…
Reference in a new issue