This commit is contained in:
gingerBill
2021-08-13 10:45:29 +01:00
parent 7afc367275
commit 367bf0c7ae
2 changed files with 14 additions and 3 deletions

View File

@@ -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;
}
}