mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-14 01:42:22 -07:00
e82a0c8fc7
When trying to set arena.curr_block.used = 0 after mem.zero() caused a crash because if the arena is bootstrapped its memory will be zeroed out after mem.zero() thus making arena.cur_block point to zero.