From 3ad6f714f2528bf03a4eb49fb27e89eabfc05654 Mon Sep 17 00:00:00 2001 From: Chris Demetriou Date: Wed, 6 Mar 2002 05:41:40 +0000 Subject: 2002-03-05 Chris Demetriou * 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. --- sim/mips/mips.igen | 2 -- 1 file changed, 2 deletions(-) (limited to 'sim/mips/mips.igen') 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 } -- cgit v1.1