summaryrefslogtreecommitdiff
path: root/src/arch/mips/faults.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/mips/faults.hh')
-rw-r--r--src/arch/mips/faults.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/arch/mips/faults.hh b/src/arch/mips/faults.hh
index cd1cd7040..0b3d6ce30 100644
--- a/src/arch/mips/faults.hh
+++ b/src/arch/mips/faults.hh
@@ -51,7 +51,6 @@ class MipsFaultBase : public FaultBase
{
const FaultName name;
const FaultVect vect;
- FaultStat count;
};
Addr badVAddr;
@@ -76,7 +75,6 @@ class MipsFault : public MipsFaultBase
public:
FaultName name() const { return vals.name; }
FaultVect vect() const { return vals.vect; }
- FaultStat & countStat() { return vals.count; }
};
class MachineCheckFault : public MipsFault<MachineCheckFault>