2002-03-03 Chris Demetriou <cgd@broadcom.com>
* mips.igen (FLOOR.L.fmt): Store correct destination register.
This commit is contained in:
parent
4a0bd8769a
commit
41774c9d7b
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue