diff options
author | Scott Norton <ssn33@vpn17225138148.its.yale.internal> | 2020-04-28 16:47:28 -0400 |
---|---|---|
committer | Scott Norton <ssn33@vpn17225138148.its.yale.internal> | 2020-04-28 16:47:28 -0400 |
commit | 0424ad3e86ee2bd5ebb57bcbea93fd5390ea3601 (patch) | |
tree | 9f19b80aad11cf292db9e5bbc982f190b6e6a8b6 /arm7/asm/crt0.s | |
parent | 7c3d1b806b0b09f15ae780f36ba95abb14d63880 (diff) |
BROKEN: makelcf primitive state
Diffstat (limited to 'arm7/asm/crt0.s')
-rw-r--r-- | arm7/asm/crt0.s | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/arm7/asm/crt0.s b/arm7/asm/crt0.s index d25a70dd..4e671676 100644 --- a/arm7/asm/crt0.s +++ b/arm7/asm/crt0.s @@ -1,6 +1,6 @@ .include "asm/macros.inc" .include "global.inc" - .global ARM7AutoLoad + .global _start_AutoloadDoneCallback .section .text arm_func_start _start @@ -102,9 +102,9 @@ _02380140: bcc _02380140 beq _02380110 _02380150: - b ARM7AutoLoad + b _start_AutoloadDoneCallback _2380154: .word _2380198 -ARM7AutoLoad: +_start_AutoloadDoneCallback: bx lr arm_func_end FUN_2380100 @@ -135,5 +135,3 @@ _2380198: .word SDK_AUTOLOAD_START .word SDK_STATIC_BSS_START .word SDK_STATIC_BSS_END - - .balign 16, 0 |