mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 10:25:45 +00:00
glasm: Implement more logical ops
This commit is contained in:
parent
779ff6918b
commit
b27f30fa2e
2 changed files with 5 additions and 5 deletions
|
@ -33,7 +33,7 @@ std::string ImmValue(const IR::Value& value) {
|
|||
case IR::Type::F32:
|
||||
return fmt::format("{}", value.F32());
|
||||
default:
|
||||
throw NotImplementedException("Immediate type", value.Type());
|
||||
throw NotImplementedException("Immediate type {}", value.Type());
|
||||
}
|
||||
}
|
||||
} // Anonymous namespace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue