summaryrefslogtreecommitdiff
path: root/src/cpu/o3/dyn_inst.hh
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2019-04-16 17:41:19 +0800
committerIru Cai <mytbk920423@gmail.com>2019-04-16 22:15:12 +0800
commit784dfab4de621562b4032e79c0d2085edda7e203 (patch)
treeb4fbd4b4518112047f6a36ff573bc583c4e3a206 /src/cpu/o3/dyn_inst.hh
parent18a05d4cbf5f6ba96cbdbf748d40b1110e8e0a7a (diff)
downloadgem5-784dfab4de621562b4032e79c0d2085edda7e203.tar.xz
track instruction after tainted branches
Diffstat (limited to 'src/cpu/o3/dyn_inst.hh')
-rw-r--r--src/cpu/o3/dyn_inst.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/o3/dyn_inst.hh b/src/cpu/o3/dyn_inst.hh
index 22b4bb12a..4530e00cf 100644
--- a/src/cpu/o3/dyn_inst.hh
+++ b/src/cpu/o3/dyn_inst.hh
@@ -83,6 +83,7 @@ class BaseO3DynInst : public BaseDynInst<Impl>
MaxInstDestRegs = TheISA::MaxInstDestRegs //< Max dest regs
};
bool isTainted;
+ bool afterTaintedBranch;
public:
/** BaseDynInst constructor given a binary instruction. */