2002-03-03 Chris Demetriou <cgd@broadcom.com>

* mips.igen (FLOOR.L.fmt): Store correct destination register.
This commit is contained in:
Chris Demetriou 2002-03-04 04:06:47 +00:00
parent 4a0bd8769a
commit 41774c9d7b
2 changed files with 5 additions and 1 deletions

View 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.

View File

@ -3541,7 +3541,7 @@
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));
}
}