diff options
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index 18af439bd..66f696f70 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -86,7 +86,7 @@ SECTIONS { src/gpu_regs.o(.text); src/dma3_manager.o(.text); src/bg.o(.text); - asm/malloc.o(.text); + src/malloc.o(.text); asm/text_printer.o(.text); asm/window.o(.text); asm/blit.o(.text); @@ -393,6 +393,7 @@ SECTIONS { { src/main.o(.rodata); src/bg.o(.rodata); + src/malloc.o(.rodata); data/data.o(.rodata); src/m4a_tables.o(.rodata); data/sound_data.o(.rodata); |