syscall: Resolve conflicts between m5threads and Gabe's recent SE changes.
[gem5.git] / src / arch / sparc / predecoder.hh
index d990c32560c32042a07fca23e523468cd657784c..13ce5c1b6b5bc46842e30c210c0410e8c6f6b8b5 100644 (file)
@@ -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)