Use correct value in unhandled case assert
This commit is contained in:
parent
16ade60d37
commit
da71bc26a2
|
@ -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…
Reference in New Issue