diff options
Diffstat (limited to 'src/arch/power/process.hh')
-rw-r--r-- | src/arch/power/process.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arch/power/process.hh b/src/arch/power/process.hh index 977b75ae8..b96c77c70 100644 --- a/src/arch/power/process.hh +++ b/src/arch/power/process.hh @@ -58,5 +58,8 @@ class PowerLiveProcess : public LiveProcess void setSyscallReturn(ThreadContext *tc, SyscallReturn return_value); }; +/* No architectural page table defined for this ISA */ +typedef NoArchPageTable ArchPageTable; + #endif // __POWER_PROCESS_HH__ |