diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2007-10-02 22:21:38 -0700 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2007-10-02 22:21:38 -0700 |
commit | a56c651980921d210f2c48f84ce5d3445fc38475 (patch) | |
tree | 9638492e690d36d6e644eb5f73c37e26fc3adc23 /src/arch/mips | |
parent | 4049c9f76afd17c983eed923940eb7338229561d (diff) | |
download | gem5-a56c651980921d210f2c48f84ce5d3445fc38475.tar.xz |
Predecoder: Clear out predecoder state on an ITLB fault.
--HG--
extra : convert_revision : 68f8ff778dbd28ade5070edf5a7d662e7bf0045a
Diffstat (limited to 'src/arch/mips')
-rw-r--r-- | src/arch/mips/predecoder.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arch/mips/predecoder.hh b/src/arch/mips/predecoder.hh index e310dded4..17da15f3f 100644 --- a/src/arch/mips/predecoder.hh +++ b/src/arch/mips/predecoder.hh @@ -64,6 +64,9 @@ namespace MipsISA { } + 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) |