mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-12 22:33:36 +00:00
Fix #1076
This commit is contained in:
@@ -611,7 +611,7 @@ i32 exact_value_order(ExactValue const &v) {
|
||||
// return 8;
|
||||
|
||||
default:
|
||||
GB_PANIC("How'd you get here? Invalid Value.kind");
|
||||
GB_PANIC("How'd you get here? Invalid Value.kind %d", v.kind);
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user