decompile malloc
This commit is contained in:
+2
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user