syscall emulation: Enabled getrlimit and getrusage for x86.
[gem5.git] / src / arch / mips / tlb.hh
index 834431536fa35e14da7bb20e2643e007e6cd2a76..e949d16d9a55363c7a5a889a132edb4ed7eac5c0 100644 (file)
@@ -114,6 +114,11 @@ class TLB : public BaseTLB
     void translateTiming(RequestPtr req, ThreadContext *tc,
             Translation *translation, Mode mode);
 
+    /** Function stub for CheckerCPU compilation issues. MIPS does not
+     *  support the Checker model at the moment.
+     */
+    Fault translateFunctional(RequestPtr req, ThreadContext *tc, Mode mode);
+
   private:
     Fault translateInst(RequestPtr req, ThreadContext *tc);
     Fault translateData(RequestPtr req, ThreadContext *tc, bool write);