diff options
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index c04338479..432b55a78 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -84,7 +84,7 @@ SECTIONS { asm/crt0.o(.text); src/main.o(.text); src/gpu_regs.o(.text); - asm/dma3_manager.o(.text); + src/dma3_manager.o(.text); asm/bg.o(.text); asm/malloc.o(.text); asm/text_printer.o(.text); |