aboutsummaryrefslogtreecommitdiff
path: root/src/exact_value.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2021-08-13 10:45:29 +0100
committergingerBill <bill@gingerbill.org>2021-08-13 10:45:29 +0100
commit367bf0c7ae12157c32dbba38170555b951da9481 (patch)
treed1d98168dd91cef855fd70255666c6553efddf7e /src/exact_value.cpp
parent7afc367275d763e4780899e99fa354ad0662e03a (diff)
Fix #1076
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;
}
}