CPU: Eliminate the hwrei function.
This commit is contained in:
@@ -413,7 +413,6 @@ class BaseSimpleCPU : public BaseCPU
|
||||
//Fault CacheOp(uint8_t Op, Addr EA);
|
||||
|
||||
#if FULL_SYSTEM
|
||||
Fault hwrei() { return thread->hwrei(); }
|
||||
void ev5_trap(Fault fault) { fault->invoke(tc); }
|
||||
bool simPalCheck(int palFunc) { return thread->simPalCheck(palFunc); }
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user