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