diff options
Diffstat (limited to 'arm9/asm/MSL_math.s')
-rw-r--r-- | arm9/asm/MSL_math.s | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arm9/asm/MSL_math.s b/arm9/asm/MSL_math.s index aaa97c48..36bb4071 100644 --- a/arm9/asm/MSL_math.s +++ b/arm9/asm/MSL_math.s @@ -14,3 +14,9 @@ nan: ; 0x020DE2E4 _020DE2F4: .word __float_nan
_020DE2F8: .word _f2d
arm_func_end nan
+
+ .section .exceptix,4
+
+ .word nan
+ .short 25
+ .word 0x00000000
|