Remove sFiller from malloc.c

This commit is contained in:
GriffinR 2021-11-29 11:19:30 -05:00
parent 4c64863bc5
commit 83be1bfc8f

View File

@ -2,7 +2,6 @@
static void *sHeapStart;
static u32 sHeapSize;
static u32 sFiller; // needed to align dma3_manager.o(.bss)
#define MALLOC_SYSTEM_ID 0xA3A3