summaryrefslogtreecommitdiff
path: root/base.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'base.cpp')
-rw-r--r--base.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/base.cpp b/base.cpp
index adab1ea..3a8cec9 100644
--- a/base.cpp
+++ b/base.cpp
@@ -15,6 +15,7 @@ static u8 *tmp_alloc(State *state, size_t bytes) {
return NULL;
}
if (used + max_aligns_needed > arr_count(state->tmp_mem)) {
+ printf("%zu\n",bytes);
assert(0);
return NULL;
}