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.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/alpha/faults.hh b/arch/alpha/faults.hh
index 829edd490..c0316288c 100644
--- a/arch/alpha/faults.hh
+++ b/arch/alpha/faults.hh
@@ -42,7 +42,7 @@ class AlphaFault : public virtual FaultBase
{
public:
#if FULL_SYSTEM
- void ev5_trap(ExecContext * xc);
+ void invoke(ExecContext * xc);
#endif
virtual FaultVect vect() = 0;
};