changeset d8cca7565744 in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=d8cca7565744
description:
        MIPS: Get rid of skipFaultInstruction and setRestartAddress.

        Neither of these functions were used.

diffstat:

 src/arch/mips/faults.hh |  7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diffs (31 lines):

diff -r 02332ce6d7da -r d8cca7565744 src/arch/mips/faults.hh
--- a/src/arch/mips/faults.hh   Mon Sep 19 06:17:21 2011 -0700
+++ b/src/arch/mips/faults.hh   Mon Sep 19 06:17:21 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<IntegerOverflowFault>
 {
-  protected:
-    bool skipFaultingInstruction() {return true;}
   public:
 #if FULL_SYSTEM
     void invoke(ThreadContext * tc,
@@ -209,8 +204,6 @@
 
 class InterruptFault : public MipsFault<InterruptFault>
 {
-  protected:
-    bool setRestartAddress() {return false;}
   public:
 #if FULL_SYSTEM
     void invoke(ThreadContext * tc,
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to