diff options
Diffstat (limited to 'asm/libstdc++/w_fmod.s')
-rw-r--r-- | asm/libstdc++/w_fmod.s | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/asm/libstdc++/w_fmod.s b/asm/libstdc++/w_fmod.s new file mode 100644 index 0000000..abaa3fb --- /dev/null +++ b/asm/libstdc++/w_fmod.s @@ -0,0 +1,7 @@ +.include "macros.inc"
+
+.section .text, "ax" # 0x80006980 - 0x803E1E60
+
+.global fmod
+fmod:
+/* 801D45E0 001D0240 4B FF CD E8 */ b __ieee754_fmod
|