diff options
Diffstat (limited to 'arm9/asm')
-rw-r--r-- | arm9/asm/arm9_itcm.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/asm/arm9_itcm.s b/arm9/asm/arm9_itcm.s index 79c0de28..7db3d194 100644 --- a/arm9/asm/arm9_itcm.s +++ b/arm9/asm/arm9_itcm.s @@ -1,6 +1,6 @@ .include "asm/macros.inc" .include "global.inc" - .section .itcm + .section .text ; OS arm_func_start OS_IrqHandler @@ -125,7 +125,7 @@ _01FF81A8: .word OSi_ThreadInfo _01FF81AC: .word CP_SaveContext _01FF81B0: .word CP_RestoreContext - .section .itcm + .section .text arm_func_start OSi_DoBoot OSi_DoBoot: ; 0x01FF81B4 mov ip, #0x04000000 |