diff options
Diffstat (limited to 'source/base/base_arena.c')
| -rwxr-xr-x | source/base/base_arena.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/base/base_arena.c b/source/base/base_arena.c index 7e9c44b..8fc8c13 100755 --- a/source/base/base_arena.c +++ b/source/base/base_arena.c | |||
| @@ -110,8 +110,9 @@ arena_resize_align(mem_arena *arena, void *old_memory, u64 new_size, u64 old_siz | |||
| 110 | } | 110 | } |
| 111 | else | 111 | else |
| 112 | { | 112 | { |
| 113 | verify(0); | 113 | // warn(0); |
| 114 | } | 114 | } |
| 115 | |||
| 115 | return NULL; | 116 | return NULL; |
| 116 | } | 117 | } |
| 117 | 118 | ||
