summaryrefslogtreecommitdiff
path: root/src/arch/mips/predecoder.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/mips/predecoder.hh')
-rw-r--r--src/arch/mips/predecoder.hh3
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)