O3: Get rid of incorrect assert in RAS.

This commit is contained in:
Ali Saidi 2012-09-07 14:20:53 -05:00
parent 2059c01673
commit 03ff612054

View file

@ -207,8 +207,6 @@ BPredUnit<Impl>::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, "