diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-09-04 12:38:14 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-09-04 12:38:14 -0400 |
commit | 43e94ce5920e4dc00ce78624104874cf9f1ac4a5 (patch) | |
tree | 581320eedd03f5c4d083aa52e4bcb15dd2101c0c /arm9/asm/MSL_Common_mbstring.s | |
parent | 1499e9f8be9458bbf94cbc4dc6d1034f53606cd0 (diff) |
Refactor .exceptix, 1
Diffstat (limited to 'arm9/asm/MSL_Common_mbstring.s')
-rw-r--r-- | arm9/asm/MSL_Common_mbstring.s | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/arm9/asm/MSL_Common_mbstring.s b/arm9/asm/MSL_Common_mbstring.s index e7bf6947..b22396f5 100644 --- a/arm9/asm/MSL_Common_mbstring.s +++ b/arm9/asm/MSL_Common_mbstring.s @@ -231,17 +231,7 @@ _020DF430: ldmia sp!, {r3-r9,pc}
arm_func_end wcstombs
- .section .exceptix,4
-
- .word mbtowc
- .short 29
- .word 0x00100000
- .word wctomb
- .short 29
- .word 0x00100000
- .word mbstowcs
- .short 137
- .word 0x00301F00
- .word wcstombs
- .short 121
- .word 0x00403F00
+ exception mbtowc, 29, 0x00100000
+ exception wctomb, 29, 0x00100000
+ exception mbstowcs, 137, 0x00301F00
+ exception wcstombs, 121, 0x00403F00
|