fix: add memory to galloc

This commit is contained in:
starnakin 2023-06-18 15:16:29 +02:00
parent 7ad95aa11e
commit 8e437695a0

View File

@ -1,4 +1,4 @@
define HEAP_SIZE = 0x030;
define HEAP_SIZE = 0x8000;
global heap[HEAP_SIZE] = 0;
define PADDING_SIZE = 4;