diff options
author | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-18 00:47:25 -0800 |
---|---|---|
committer | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-18 00:47:25 -0800 |
commit | d1437d30f7e6071f62d1a7842400d6732c7313b7 (patch) | |
tree | 35b574a2e7a07b4778c7a3a1343c8aead5e40cf2 /ld_script.txt | |
parent | 4265e3617426639577df510c6d659e6a9cd13b19 (diff) |
decompile malloc
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); |