ARM: Get rid of the checkFpEnableFault function in ARM.

This commit is contained in:
Gabe Black 2010-08-31 09:50:49 -07:00
parent ebf5c5b91b
commit 7c4dc4491a

View file

@ -101,13 +101,6 @@ namespace ArmISA {
tc->activate(0);
}
template <class XC>
Fault
checkFpEnableFault(XC *xc)
{
return NoFault;
}
static inline void
copyRegs(ThreadContext *src, ThreadContext *dest)
{