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_qsort.s | |
parent | 1499e9f8be9458bbf94cbc4dc6d1034f53606cd0 (diff) |
Refactor .exceptix, 1
Diffstat (limited to 'arm9/asm/MSL_Common_qsort.s')
-rw-r--r-- | arm9/asm/MSL_Common_qsort.s | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arm9/asm/MSL_Common_qsort.s b/arm9/asm/MSL_Common_qsort.s index edfc142b..1e07aab6 100644 --- a/arm9/asm/MSL_Common_qsort.s +++ b/arm9/asm/MSL_Common_qsort.s @@ -105,8 +105,4 @@ _020E19D8: ldmia sp!, {r3-r11,pc}
arm_func_end qsort
- .section .exceptix,4
-
- .word qsort
- .short 357
- .word 0x0070FF00
+ exception qsort, 357, 0x0070FF00
|