diff options
Diffstat (limited to 'arm9/asm/stdlibmwcc.s')
-rw-r--r-- | arm9/asm/stdlibmwcc.s | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arm9/asm/stdlibmwcc.s b/arm9/asm/stdlibmwcc.s index 0af0108d..aa29d4d3 100644 --- a/arm9/asm/stdlibmwcc.s +++ b/arm9/asm/stdlibmwcc.s @@ -3156,7 +3156,10 @@ _ExitProcess: ; 0x020EC704 .balign 4 _020EC70C: .word sys_exit - .section .exception + .section .exception,8 + + .section .exceptix,4 + .word 0x00200100 .word __read_console .short 81 |