ARM: Get rid of the checkFpEnableFault function in ARM.
This commit is contained in:
parent
ebf5c5b91b
commit
7c4dc4491a
1 changed files with 0 additions and 7 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue