changeset 149a32e42697 in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=149a32e42697
description:
O3: Get rid of incorrect assert in RAS.
diffstat:
src/cpu/o3/bpred_unit_impl.hh | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diffs (12 lines):
diff -r e2c5da9e28cc -r 149a32e42697 src/cpu/o3/bpred_unit_impl.hh
--- a/src/cpu/o3/bpred_unit_impl.hh Fri Sep 07 14:20:53 2012 -0500
+++ b/src/cpu/o3/bpred_unit_impl.hh Fri Sep 07 14:20:53 2012 -0500
@@ -207,8 +207,6 @@
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, "
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev