diff -r 05b017998063 -r 5575761a14b3 src/arch/mips/faults.hh --- a/src/arch/mips/faults.hh Mon Sep 12 05:37:33 2011 -0700 +++ b/src/arch/mips/faults.hh Mon Sep 12 05:38:18 2011 -0700 @@ -46,9 +46,6 @@ class MipsFaultBase : public FaultBase { - protected: - virtual bool skipFaultingInstruction() {return false;} - virtual bool setRestartAddress() {return true;} public: struct FaultVals { @@ -198,8 +195,6 @@ class IntegerOverflowFault : public MipsFault { - protected: - bool skipFaultingInstruction() {return true;} public: #if FULL_SYSTEM void invoke(ThreadContext * tc, @@ -209,8 +204,6 @@ class InterruptFault : public MipsFault { - protected: - bool setRestartAddress() {return false;} public: #if FULL_SYSTEM void invoke(ThreadContext * tc,