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
@ -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>
|
2002-03-03 Chris Demetriou <cgd@broadcom.com>
|
||||||
|
|
||||||
* mips.igen: Remove whitespace at end of lines.
|
* mips.igen: Remove whitespace at end of lines.
|
||||||
|
@ -3541,7 +3541,7 @@
|
|||||||
if ((fmt != fmt_single) && (fmt != fmt_double))
|
if ((fmt != fmt_single) && (fmt != fmt_double))
|
||||||
SignalException(ReservedInstruction,instruction_0);
|
SignalException(ReservedInstruction,instruction_0);
|
||||||
else
|
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 New Issue
Block a user