140d139
< #include "config/full_system.hh"
145a145
> #include "sim/full_system.hh"
161,163d160
< #if FULL_SYSTEM
< panic("acc not implemented for MIPS FS!");
< #endif
167c164,167
< return context->getProcessPtr()->pTable->lookup(va, entry);
---
> if (FullSystem)
> panic("acc not implemented for MIPS FS!");
> else
> return context->getProcessPtr()->pTable->lookup(va, entry);