diff options
Diffstat (limited to 'src/cpu')
-rw-r--r-- | src/cpu/o3/rob_impl.hh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cpu/o3/rob_impl.hh b/src/cpu/o3/rob_impl.hh index 691149e67..7c39985a2 100644 --- a/src/cpu/o3/rob_impl.hh +++ b/src/cpu/o3/rob_impl.hh @@ -435,6 +435,10 @@ ROB<Impl>::updateVisibleState() assert(inst!=0); + if (prevBrsResolved) { + inst->taintDestRegs(false); + } + if (!prevInstsComplete && !prevBrsResolved) { break; |