O3: Get rid of incorrect assert in RAS.
This commit is contained in:
parent
2059c01673
commit
03ff612054
1 changed files with 0 additions and 2 deletions
|
@ -207,8 +207,6 @@ BPredUnit<Impl>::predict(DynInstPtr &inst, TheISA::PCState &pc, ThreadID tid)
|
||||||
predict_record.RASIndex = RAS[tid].topIdx();
|
predict_record.RASIndex = RAS[tid].topIdx();
|
||||||
predict_record.RASTarget = rasTop;
|
predict_record.RASTarget = rasTop;
|
||||||
|
|
||||||
assert(predict_record.RASIndex < 16);
|
|
||||||
|
|
||||||
RAS[tid].pop();
|
RAS[tid].pop();
|
||||||
|
|
||||||
DPRINTF(Fetch, "BranchPred: [tid:%i]: Instruction %s is a return, "
|
DPRINTF(Fetch, "BranchPred: [tid:%i]: Instruction %s is a return, "
|
||||||
|
|
Loading…
Reference in a new issue