diff options
Diffstat (limited to 'base.cpp')
-rw-r--r-- | base.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; } |