diff options
Diffstat (limited to 'arm9/asm/MSL_DPMath_s_ldexp.s')
-rw-r--r-- | arm9/asm/MSL_DPMath_s_ldexp.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arm9/asm/MSL_DPMath_s_ldexp.s b/arm9/asm/MSL_DPMath_s_ldexp.s index bd292dd3..fc3a4713 100644 --- a/arm9/asm/MSL_DPMath_s_ldexp.s +++ b/arm9/asm/MSL_DPMath_s_ldexp.s @@ -1,7 +1,7 @@ .include "asm/macros.inc"
.include "global.inc"
- .text
+ .text
arm_func_start ldexp
ldexp: ; 0x020E8318
@@ -161,9 +161,9 @@ _020E8554: .word 0x7E37E43C _020E8558: .word 0x800FFFFF
_020E855C: .word 0x0000C350
_020E8560: .word 0x3C900000
- arm_func_end ldexp
+ arm_func_end ldexp
- .section .exceptix,4
+ .section .exceptix,4
.word ldexp
.short 589
|