diff options
author | Chris Demetriou <cgd@google.com> | 2002-03-06 05:41:40 +0000 |
---|---|---|
committer | Chris Demetriou <cgd@google.com> | 2002-03-06 05:41:40 +0000 |
commit | 3ad6f714f2528bf03a4eb49fb27e89eabfc05654 (patch) | |
tree | 27afed175307221f3b3c0e9ee823d0b922c767fc /sim/mips/mips.igen | |
parent | 937149dd3c9c927b00431319349e6ef8a3fd3d34 (diff) | |
download | gdb-3ad6f714f2528bf03a4eb49fb27e89eabfc05654.zip gdb-3ad6f714f2528bf03a4eb49fb27e89eabfc05654.tar.gz gdb-3ad6f714f2528bf03a4eb49fb27e89eabfc05654.tar.bz2 |
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.igen | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sim/mips/mips.igen b/sim/mips/mips.igen index 9b20a6b..d1a3f1a 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 } |