aboutsummaryrefslogtreecommitdiff
path: root/src/exact_value.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/exact_value.cpp')
-rw-r--r--src/exact_value.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exact_value.cpp b/src/exact_value.cpp
index 98a0b95d3..17b593995 100644
--- a/src/exact_value.cpp
+++ b/src/exact_value.cpp
@@ -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;
}
}