summaryrefslogtreecommitdiff
path: root/src/malloc.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-09-30 09:32:46 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2017-09-30 09:32:46 -0400
commitef0b022707bd6e4167f43fa0c9396dc507ef9042 (patch)
tree08045c1f134ed7df22337284d9c2bd7bcee9c762 /src/malloc.c
parent13017a3b194257c9db1588ac710c888607467b2e (diff)
BSS: src/main.o, src/dma3_manager.o
Diffstat (limited to 'src/malloc.c')
-rw-r--r--src/malloc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/malloc.c b/src/malloc.c
index ccb2f7d20..1d64351c3 100644
--- a/src/malloc.c
+++ b/src/malloc.c
@@ -2,6 +2,7 @@
static void *sHeapStart;
static u32 sHeapSize;
+static u32 malloc_c_unused_0300000c; // needed to align dma3_manager.o(.bss)
#define MALLOC_SYSTEM_ID 0xA3A3