Power: Get rid of unused checkFpEnableFault.
This function was brought in from another ISA and doesn't actually do anything or get used.
This commit is contained in:
@@ -67,13 +67,6 @@ startupCPU(ThreadContext *tc, int cpuId)
|
||||
tc->activate(0);
|
||||
}
|
||||
|
||||
template <class XC>
|
||||
Fault
|
||||
checkFpEnableFault(XC *xc)
|
||||
{
|
||||
return NoFault;
|
||||
}
|
||||
|
||||
void
|
||||
copyRegs(ThreadContext *src, ThreadContext *dest);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user