Fixes to get MIPS_SE to compile.
[gem5.git] / src / cpu / o3 / rob.hh
index 6f8080ef4498222680dbd8e6078fbc78d72db4fa..7cd5a5143301c2641240e8a8576868f7b0e6f904 100644 (file)
@@ -308,7 +308,7 @@ class ROB
 
   private:
     /** The sequence number of the squashed instruction. */
-    InstSeqNum squashedSeqNum;
+    InstSeqNum squashedSeqNum[Impl::MaxThreads];
 
     /** Is the ROB done squashing. */
     bool doneSquashing[Impl::MaxThreads];