diff options
Diffstat (limited to 'asm/libstdc++/math_ppc.s')
-rw-r--r-- | asm/libstdc++/math_ppc.s | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/asm/libstdc++/math_ppc.s b/asm/libstdc++/math_ppc.s new file mode 100644 index 0000000..14ca2da --- /dev/null +++ b/asm/libstdc++/math_ppc.s @@ -0,0 +1,7 @@ +.include "macros.inc"
+
+.section .text, "ax" # 0x80006980 - 0x803E1E60
+
+.global nan
+nan:
+/* 801D4830 001D0490 4E 80 00 20 */ blr
|