2002-03-03 Chris Demetriou <cgd@broadcom.com>
authorChris Demetriou <cgd@google.com>
Mon, 4 Mar 2002 04:06:47 +0000 (04:06 +0000)
committerChris Demetriou <cgd@google.com>
Mon, 4 Mar 2002 04:06:47 +0000 (04:06 +0000)
        * mips.igen (FLOOR.L.fmt): Store correct destination register.

sim/mips/ChangeLog
sim/mips/mips.igen

index 80a4f4dc9fa23fdc903ed8e95d65691af6547728..c17f16eef5478b66454215098b08c44167b8830a 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-03  Chris Demetriou  <cgd@broadcom.com>
+
+       * mips.igen (FLOOR.L.fmt): Store correct destination register.
+
 2002-03-03  Chris Demetriou  <cgd@broadcom.com>
 
        * mips.igen: Remove whitespace at end of lines.
index 582df38c278b491c9d2fcbe7400d69ed98c6d3bf..a16a4be4bf8da555eeb1b16abe53a84383062815 100644 (file)
     if ((fmt != fmt_single) && (fmt != fmt_double))
       SignalException(ReservedInstruction,instruction_0);
     else
-      StoreFPR(FS,fmt_long,Convert(FP_RM_TOMINF,ValueFPR(FS,fmt),fmt,fmt_long));
+      StoreFPR(FD,fmt_long,Convert(FP_RM_TOMINF,ValueFPR(FS,fmt),fmt,fmt_long));
   }
 }
 
This page took 0.046222 seconds and 4 git commands to generate.