summaryrefslogtreecommitdiff
path: root/arch/alpha/faults.hh
diff options
context:
space:
mode:
Diffstat (limited to 'arch/alpha/faults.hh')
-rw-r--r--arch/alpha/faults.hh6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/alpha/faults.hh b/arch/alpha/faults.hh
index 156faa8fb..829edd490 100644
--- a/arch/alpha/faults.hh
+++ b/arch/alpha/faults.hh
@@ -55,9 +55,6 @@ class AlphaMachineCheckFault :
static FaultVect _vect;
static FaultStat _stat;
public:
-#if FULL_SYSTEM
- void ev5_trap(ExecContext * xc);
-#endif
FaultVect vect() {return _vect;}
FaultStat & stat() {return _stat;}
};
@@ -70,9 +67,6 @@ class AlphaAlignmentFault :
static FaultVect _vect;
static FaultStat _stat;
public:
-#if FULL_SYSTEM
- void ev5_trap(ExecContext * xc);
-#endif
FaultVect vect() {return _vect;}
FaultStat & stat() {return _stat;}
};