From d0587ef3ab04eb45fd431032749e7e84c047fc24 Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 18 Nov 1996 16:49:54 +0000 Subject: [PATCH] Stupid confusion with fdtox and fxtod --- mach/sparc/libem/fef.s | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/mach/sparc/libem/fef.s b/mach/sparc/libem/fef.s index 05862cf0c..c332370da 100644 --- a/mach/sparc/libem/fef.s +++ b/mach/sparc/libem/fef.s @@ -1,3 +1,4 @@ +# .global fef8, Fd0 fef8: @@ -14,7 +15,11 @@ fef8: retl nop 1: +#ifdef __solaris + fdtoq %f0,%f0 +#else fdtox %f0,%f0 +#endif st %f0,[%l0+4] ld [%l0+4],%o0 srl %o0,16,%o0 @@ -39,7 +44,11 @@ fef8: or %o1,%o0,%o0 st %o0,[%l0+4] ld [%l0+4],%f0 +#ifdef __solaris + fqtod %f0,%f0 +#else fxtod %f0,%f0 +#endif st %f0,[%l0+4] st %f1,[%l0+8] retl -- 2.34.1