summaryrefslogtreecommitdiff
path: root/src/arch/sparc
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2007-10-02 22:21:38 -0700
committerGabe Black <gblack@eecs.umich.edu>2007-10-02 22:21:38 -0700
commita56c651980921d210f2c48f84ce5d3445fc38475 (patch)
tree9638492e690d36d6e644eb5f73c37e26fc3adc23 /src/arch/sparc
parent4049c9f76afd17c983eed923940eb7338229561d (diff)
downloadgem5-a56c651980921d210f2c48f84ce5d3445fc38475.tar.xz
Predecoder: Clear out predecoder state on an ITLB fault.
--HG-- extra : convert_revision : 68f8ff778dbd28ade5070edf5a7d662e7bf0045a
Diffstat (limited to 'src/arch/sparc')
-rw-r--r--src/arch/sparc/predecoder.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arch/sparc/predecoder.hh b/src/arch/sparc/predecoder.hh
index d990c3256..13ce5c1b6 100644
--- a/src/arch/sparc/predecoder.hh
+++ b/src/arch/sparc/predecoder.hh
@@ -65,6 +65,9 @@ namespace SparcISA
{
}
+ void reset()
+ {}
+
//Use this to give data to the predecoder. This should be used
//when there is control flow.
void moreBytes(Addr pc, Addr fetchPC, MachInst inst)