summaryrefslogtreecommitdiff
path: root/sim/mips/mips.igen
diff options
context:
space:
mode:
authorChris Demetriou <cgd@google.com>2002-03-06 05:41:40 +0000
committerChris Demetriou <cgd@google.com>2002-03-06 05:41:40 +0000
commit3ad6f714f2528bf03a4eb49fb27e89eabfc05654 (patch)
tree27afed175307221f3b3c0e9ee823d0b922c767fc /sim/mips/mips.igen
parent937149dd3c9c927b00431319349e6ef8a3fd3d34 (diff)
downloadbinutils-gdb-3ad6f714f2528bf03a4eb49fb27e89eabfc05654.tar.gz
2002-03-05 Chris Demetriou <cgd@broadcom.com>
* mips.igen (check_fpu): Enable check for coprocessor 1 usability. * sim-main.h (COP_Usable): Define, but for now coprocessor 1 is always enabled. (SignalExceptionCoProcessorUnusable): Take as argument the unusable coprocessor number.
Diffstat (limited to 'sim/mips/mips.igen')
-rw-r--r--sim/mips/mips.igen2
1 files changed, 0 insertions, 2 deletions
diff --git a/sim/mips/mips.igen b/sim/mips/mips.igen
index 9b20a6bcf44..d1a3f1ad3fa 100644
--- a/sim/mips/mips.igen
+++ b/sim/mips/mips.igen
@@ -3087,10 +3087,8 @@
*vr5000:
*r3900:
{
-#if 0 /* XXX FIXME: For now, never treat the FPU as disabled. */
if (! COP_Usable (1))
SignalExceptionCoProcessorUnusable (1);
-#endif
}