52a53
> #include "params/TournamentBP.hh"
69c70
< TournamentBP(const Params *params);
---
> TournamentBP(const TournamentBPParams *params);
87c88
< void uncondBranch(void * &bp_history);
---
> void uncondBranch(Addr pc, void * &bp_history);
237,241d237
< /** Number of bits to shift the instruction over to get rid of the word
< * offset.
< */
< unsigned instShiftAmt;
<