diff options
Diffstat (limited to 'src/arch/mips/predecoder.hh')
-rw-r--r-- | src/arch/mips/predecoder.hh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/arch/mips/predecoder.hh b/src/arch/mips/predecoder.hh index 110493cc5..4220b768c 100644 --- a/src/arch/mips/predecoder.hh +++ b/src/arch/mips/predecoder.hh @@ -75,12 +75,6 @@ class Predecoder emiIsReady = false; } - void - reset(const ExtMachInst &old_emi) - { - reset(); - } - //Use this to give data to the predecoder. This should be used //when there is control flow. void |