summaryrefslogtreecommitdiff
path: root/src/cpu/o3/rob_impl.hh
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2019-04-15 23:21:46 +0800
committerIru Cai <mytbk920423@gmail.com>2019-04-15 23:21:46 +0800
commit24b8aa03c307e799a8766952aeabac763f98010a (patch)
treede8c6be5d4afb5fe9662bfe2a8f716e91f0788c0 /src/cpu/o3/rob_impl.hh
parent08d003162e7a0bda11a5e4e96e0a6fa203f2c1f3 (diff)
downloadgem5-24b8aa03c307e799a8766952aeabac763f98010a.tar.xz
Add IFT debug flags
Diffstat (limited to 'src/cpu/o3/rob_impl.hh')
-rw-r--r--src/cpu/o3/rob_impl.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/o3/rob_impl.hh b/src/cpu/o3/rob_impl.hh
index 5705b32e8..093dd2840 100644
--- a/src/cpu/o3/rob_impl.hh
+++ b/src/cpu/o3/rob_impl.hh
@@ -437,7 +437,7 @@ ROB<Impl>::updateVisibleState()
if (inst->isTainted) {
if (prevBrsResolved) {
- inst->taintDestRegs(false);
+ inst->taintDestRegs(false, "previous branches are resolved");
}
}