diff options
author | YamaArashi <shadow962@live.com> | 2015-10-20 23:52:50 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-10-20 23:52:50 -0700 |
commit | 269cda7ac933e5418313a0c2b4c8b149d7f816ee (patch) | |
tree | d841aad4f66d5cd018d2fd5f65d451b0b79e8122 /asm/main.s | |
parent | e771d87c782f241b4bde5ece13188cdf26e9f368 (diff) |
remove "+1" from function pointer labels
Diffstat (limited to 'asm/main.s')
-rw-r--r-- | asm/main.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/asm/main.s b/asm/main.s index cab084eb7..11fcf80e4 100644 --- a/asm/main.s +++ b/asm/main.s @@ -131,7 +131,7 @@ init_saveblock_ptrs_and_set_copyright_callback2: ; 80004D8 str r0, [r1] str r0, [r2, 0x24] str r0, [r2] - ldr r0, =c2_copyright_1 + 1 + ldr r0, =c2_copyright_1 bl set_callback2 ldr r1, =0x03005d90 ldr r0, =0x02024a54 @@ -421,9 +421,9 @@ SetVCountCallback: ; 8000708 ; void restore_serial_timer3_irq_handlers() restore_serial_timer3_irq_handlers: ; 8000714 ldr r0, =0x03002710 - ldr r1, =irq_serial + 1 + ldr r1, =irq_serial str r1, [r0, 0x4] - ldr r1, =irq_timer3 + 1 + ldr r1, =irq_timer3 str r1, [r0, 0x8] bx lr .align 2, 0 |