diff options
Diffstat (limited to 'arm9/asm/MSL_Common_qsort.s')
-rw-r--r-- | arm9/asm/MSL_Common_qsort.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arm9/asm/MSL_Common_qsort.s b/arm9/asm/MSL_Common_qsort.s index 8c76ad41..edfc142b 100644 --- a/arm9/asm/MSL_Common_qsort.s +++ b/arm9/asm/MSL_Common_qsort.s @@ -1,7 +1,7 @@ .include "asm/macros.inc"
.include "global.inc"
- .text
+ .text
arm_func_start qsort
qsort: ; 0x020E1888
@@ -103,9 +103,9 @@ _020E19D8: b _020E18E0
add sp, sp, #0x10
ldmia sp!, {r3-r11,pc}
- arm_func_end qsort
+ arm_func_end qsort
- .section .exceptix,4
+ .section .exceptix,4
.word qsort
.short 357
|