CPU: Eliminate the hwrei function.

This commit is contained in:
Gabe Black
2008-10-11 02:27:21 -07:00
parent 3af428606a
commit da7209ec93
15 changed files with 12 additions and 100 deletions

View File

@@ -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