decompile malloc

This commit is contained in:
sceptillion
2017-12-18 00:47:25 -08:00
parent 4265e36174
commit d1437d30f7
7 changed files with 242 additions and 459 deletions
+2 -1
View File
@@ -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);