summaryrefslogtreecommitdiff
path: root/src/arch/sparc/faults.cc
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2006-11-03 14:40:35 -0500
committerGabe Black <gblack@eecs.umich.edu>2006-11-03 14:40:35 -0500
commit6ad386f1a8df96c9679dcffb326420b240e98c05 (patch)
treefff5dc44d74b5e4ec8b878ab6032218794f655ac /src/arch/sparc/faults.cc
parent4a5cb3f4250544cd5cdf423405d66471b33c545c (diff)
downloadgem5-6ad386f1a8df96c9679dcffb326420b240e98c05.tar.xz
Calling syscalls from within the trap instruction's invoke method won't work because apparently you need an xc for that and not a tc. Cleaned up the TrapInstruction fault in light of this.
--HG-- extra : convert_revision : 1805c9244cfd62d0ee7862d8fd7c9983e00c5747
Diffstat (limited to 'src/arch/sparc/faults.cc')
-rw-r--r--src/arch/sparc/faults.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/arch/sparc/faults.cc b/src/arch/sparc/faults.cc
index 6bca6adc5..da7fc730d 100644
--- a/src/arch/sparc/faults.cc
+++ b/src/arch/sparc/faults.cc
@@ -399,11 +399,6 @@ void PowerOnReset::invoke(ThreadContext * tc)
#if !FULL_SYSTEM
-void TrapInstruction::invoke(ThreadContext * tc)
-{
- // Should be handled in ISA.
-}
-
void SpillNNormal::invoke(ThreadContext *tc)
{
doNormalFault(tc, trapType());