projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2059c01
)
O3: Get rid of incorrect assert in RAS.
author
Ali Saidi
<Ali.Saidi@ARM.com>
Fri, 7 Sep 2012 19:20:53 +0000
(14:20 -0500)
committer
Ali Saidi
<Ali.Saidi@ARM.com>
Fri, 7 Sep 2012 19:20:53 +0000
(14:20 -0500)
src/cpu/o3/bpred_unit_impl.hh
patch
|
blob
|
history
diff --git
a/src/cpu/o3/bpred_unit_impl.hh
b/src/cpu/o3/bpred_unit_impl.hh
index 6f0e5e3e0ccf9c89f2a83c353ca698d92902df30..7231d8f8c99b545d7983a2642845bc4e60dbeecc 100644
(file)
--- a/
src/cpu/o3/bpred_unit_impl.hh
+++ b/
src/cpu/o3/bpred_unit_impl.hh
@@
-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, "