fix: add memory to galloc
This commit is contained in:
parent
7ad95aa11e
commit
8e437695a0
@ -1,4 +1,4 @@
|
||||
define HEAP_SIZE = 0x030;
|
||||
define HEAP_SIZE = 0x8000;
|
||||
global heap[HEAP_SIZE] = 0;
|
||||
|
||||
define PADDING_SIZE = 4;
|
||||
|
Loading…
Reference in New Issue
Block a user