aboutsummaryrefslogtreecommitdiff
path: root/sim/mips/mips.igen
diff options
context:
space:
mode:
authorChris Demetriou <cgd@google.com>2002-03-04 04:06:47 +0000
committerChris Demetriou <cgd@google.com>2002-03-04 04:06:47 +0000
commit41774c9d7b326b0a7361793a9dcfc28d514c60cc (patch)
treebc5f8f6d25d2da06ed8bc73f02a71881b0e81c0c /sim/mips/mips.igen
parent4a0bd8769a8dcf44293c5c590cd1e316a1f99bc6 (diff)
downloadfsf-binutils-gdb-41774c9d7b326b0a7361793a9dcfc28d514c60cc.zip
fsf-binutils-gdb-41774c9d7b326b0a7361793a9dcfc28d514c60cc.tar.gz
fsf-binutils-gdb-41774c9d7b326b0a7361793a9dcfc28d514c60cc.tar.bz2
2002-03-03 Chris Demetriou <cgd@broadcom.com>
* mips.igen (FLOOR.L.fmt): Store correct destination register.
Diffstat (limited to 'sim/mips/mips.igen')
-rw-r--r--sim/mips/mips.igen2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/mips/mips.igen b/sim/mips/mips.igen
index 582df38..a16a4be 100644
--- a/sim/mips/mips.igen
+++ b/sim/mips/mips.igen
@@ -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));
}
}