mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-20 22:13:40 +00:00
Use correct value in unhandled case assert
This commit is contained in:
parent
16ade60d37
commit
da71bc26a2
1 changed files with 1 additions and 1 deletions
|
|
@ -215,7 +215,7 @@ void Value::Convert(TypeName target_type, RoundMode round_mode) {
|
|||
return;
|
||||
}
|
||||
default:
|
||||
assert_unhandled_case(target_type);
|
||||
assert_unhandled_case(type);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue