From 03ff6120540977e02284d1b49845b3081efa164e Mon Sep 17 00:00:00 2001 From: Ali Saidi Date: Fri, 7 Sep 2012 14:20:53 -0500 Subject: O3: Get rid of incorrect assert in RAS. --- src/cpu/o3/bpred_unit_impl.hh | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/cpu/o3') 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, " -- cgit v1.2.3