Fixes to get MIPS_SE to compile.
[gem5.git] / src / cpu / o3 / tournament_pred.hh
index 66b4aaae22b2a435059631e948d7b9032b67896f..47294491035c39046f758fc8d7ff9dec0327d398 100644 (file)
@@ -159,6 +159,9 @@ class TournamentBP
     /** Size of the local predictor. */
     unsigned localPredictorSize;
 
+    /** Mask to get the proper index bits into the predictor. */
+    unsigned localPredictorMask;
+
     /** Number of bits of the local predictor's counters. */
     unsigned localCtrBits;