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

@@ -144,10 +144,6 @@ class ExecContext {
void writeHint(Addr addr, int size, unsigned flags);
#if FULL_SYSTEM
/** Somewhat Alpha-specific function that handles returning from
* an error or interrupt. */
Fault hwrei();
/**
* Check for special simulator handling of specific PAL calls. If
* return value is false, actual PAL call will be suppressed.