From 784dfab4de621562b4032e79c0d2085edda7e203 Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Tue, 16 Apr 2019 17:41:19 +0800 Subject: track instruction after tainted branches --- src/cpu/o3/dyn_inst.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cpu/o3/dyn_inst.hh') 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 MaxInstDestRegs = TheISA::MaxInstDestRegs //< Max dest regs }; bool isTainted; + bool afterTaintedBranch; public: /** BaseDynInst constructor given a binary instruction. */ -- cgit v1.2.3