diff options
Diffstat (limited to 'src/cpu/pred/tournament.hh')
-rw-r--r-- | src/cpu/pred/tournament.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/pred/tournament.hh b/src/cpu/pred/tournament.hh index d46175610..8fb5b515c 100644 --- a/src/cpu/pred/tournament.hh +++ b/src/cpu/pred/tournament.hh @@ -167,6 +167,7 @@ class TournamentBP : public BPredUnit static int newCount; #endif unsigned globalHistory; + unsigned localHistoryIdx; unsigned localHistory; bool localPredTaken; bool globalPredTaken; |