diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2006-03-01 00:09:08 -0500 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2006-03-01 00:09:08 -0500 |
commit | 69e91d761765b84429dc069b8fa1cd3f25925688 (patch) | |
tree | e2fe131e39c1ba9aeb5882bd231670a3f8e30304 /arch/alpha/faults.hh | |
parent | 34da58a698e4119876f04d13c337e9974970f49a (diff) | |
download | gem5-69e91d761765b84429dc069b8fa1cd3f25925688.tar.xz |
moved ev5_trap fully into the fault class.
--HG--
extra : convert_revision : 182cdec9a4e05f55edff0c6a114844b9ad2ca8db
Diffstat (limited to 'arch/alpha/faults.hh')
-rw-r--r-- | arch/alpha/faults.hh | 6 |
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;} }; |