From: Ali Saidi Date: Fri, 7 Sep 2012 19:20:53 +0000 (-0500) Subject: O3: Get rid of incorrect assert in RAS. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=03ff6120540977e02284d1b49845b3081efa164e;p=gem5.git O3: Get rid of incorrect assert in RAS. --- diff --git a/src/cpu/o3/bpred_unit_impl.hh b/src/cpu/o3/bpred_unit_impl.hh index 6f0e5e3e0..7231d8f8c 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, "