39,40c39,40
< BiModeBP::BiModeBP(const Params *params)
< : BPredUnit(params), instShiftAmt(params->instShiftAmt),
---
> BiModeBP::BiModeBP(const BiModeBPParams *params)
> : BPredUnit(params),
80c80
< BiModeBP::uncondBranch(void * &bpHistory)
---
> BiModeBP::uncondBranch(Addr pc, void * &bpHistory)
245a246,251
>
> BiModeBP*
> BiModeBPParams::create()
> {
> return new BiModeBP(this);
> }