diff --git a/src/cpu/o3/bpred_unit_impl.hh b/src/cpu/o3/bpred_unit_impl.hh index 6f0e5e3e0c..7231d8f8c9 100644 --- a/src/cpu/o3/bpred_unit_impl.hh +++ b/src/cpu/o3/bpred_unit_impl.hh @@ -207,8 +207,6 @@ BPredUnit::predict(DynInstPtr &inst, TheISA::PCState &pc, ThreadID tid) predict_record.RASIndex = RAS[tid].topIdx(); predict_record.RASTarget = rasTop; - assert(predict_record.RASIndex < 16); - RAS[tid].pop(); DPRINTF(Fetch, "BranchPred: [tid:%i]: Instruction %s is a return, "