diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-01-31 09:26:00 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-01-31 09:26:00 -0500 |
commit | 7e894aa4d0b6440ca34b590a2a9f86dc834ea400 (patch) | |
tree | 393705d60005017e9e8e18fdb489060e6e889a48 /ld_script.txt | |
parent | e3307a5b7abc9df8dcd6a0726e0b8fff3188c703 (diff) |
Decompile librfu_intr against agbcc_arm
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index 021686fcb..23d94ef09 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -322,6 +322,7 @@ SECTIONS { src/agb_flash_mx.o(.text); src/agb_flash_le.o(.text); src/librfu_stwi.o(.text); + src/librfu_intr.o(.text); asm/librfu_intr.o(.text); src/librfu_rfu.o(.text); src/librfu_sio32id.o(.text); |