459,460d458
< toCommit->mispredPC[tid] = inst->instAddr();
< toCommit->branchMispredict[tid] = true;
489c487
< toCommit->branchMispredict[tid] = false;
---
> toCommit->mispredictInst[tid] = NULL;
509c507
< toCommit->branchMispredict[tid] = false;
---
> toCommit->mispredictInst[tid] = NULL;