O3: Fix uninitialized variable in the tournament branch predictor.
This commit is contained in:
@@ -221,6 +221,7 @@ TournamentBP::uncondBr(void * &bp_history)
|
||||
history->globalHistory = globalHistory;
|
||||
history->localPredTaken = true;
|
||||
history->globalPredTaken = true;
|
||||
history->globalUsed = true;
|
||||
bp_history = static_cast<void *>(history);
|
||||
|
||||
updateGlobalHistTaken();
|
||||
|
||||
Reference in New Issue
Block a user