summaryrefslogtreecommitdiff
path: root/src/cpu/o3/cpu.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/o3/cpu.cc')
-rw-r--r--src/cpu/o3/cpu.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/cpu/o3/cpu.cc b/src/cpu/o3/cpu.cc
index 2566cf12a..ad4e6d549 100644
--- a/src/cpu/o3/cpu.cc
+++ b/src/cpu/o3/cpu.cc
@@ -1286,6 +1286,13 @@ FullO3CPU<Impl>::setTaint(PhysRegIdPtr phys_reg)
}
template <class Impl>
+bool
+FullO3CPU<Impl>::regTainted(PhysRegIdPtr phys_reg)
+{
+ return regFile.regTainted(phys_reg);
+}
+
+template <class Impl>
uint64_t
FullO3CPU<Impl>::readIntReg(PhysRegIdPtr phys_reg)
{