mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 08:18:58 -05:00
glasm: Implement more logical ops
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user