diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-12-12 08:44:14 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-12-12 08:44:14 -0500 |
commit | 48f00a9b910f770211c2ac653160d5708956e2f8 (patch) | |
tree | e589f0cd74feccc516a05a1185ff0aca20c7db09 /ld_script.txt | |
parent | c418a4585f727f334ed3625cc656764b0c345589 (diff) |
through InitHeapInternal
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index 4ce25b9..db25593 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -14,6 +14,7 @@ SECTIONS { tools/agbcc/lib/libgcc.a:fp-bit.o(.bss); . = ALIGN(4); tools/agbcc/lib/libgcc.a:dp-bit.o(.bss); + . = ALIGN(8); /* 0x39e18 */ <EWRAM2> . = 0x40000; } @@ -37,6 +38,7 @@ SECTIONS { asm/code.o(.text); asm/event_flag.o(.text); asm/code_8002774.o(.text); + src/memory.o(.text); asm/memory.o(.text); asm/code_80035F0.o(.text); src/other_random.o(.text); |