#include "cpu/beta_cpu/bpred_unit.hh" template DefaultBPredUnit::DefaultBPredUnit(Params ¶ms) : BP(params.localPredictorSize, params.localPredictorCtrBits, params.instShiftAmt), BTB(params.BTBEntries, params.BTBTagSize, params.instShiftAmt) { }