diff options
Diffstat (limited to 'cpu/o3/tournament_pred.hh')
-rw-r--r-- | cpu/o3/tournament_pred.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpu/o3/tournament_pred.hh b/cpu/o3/tournament_pred.hh index 6d77999cc..dc0cc55dc 100644 --- a/cpu/o3/tournament_pred.hh +++ b/cpu/o3/tournament_pred.hh @@ -158,6 +158,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; |