From 57eb50e414a3aaa6e8bc96ae158af55246cb6754 Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Mon, 8 Apr 2019 10:42:39 +0800 Subject: implement taint propagation --- src/cpu/o3/lsq_unit_impl.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cpu/o3/lsq_unit_impl.hh') diff --git a/src/cpu/o3/lsq_unit_impl.hh b/src/cpu/o3/lsq_unit_impl.hh index 14256e382..3edbe4761 100644 --- a/src/cpu/o3/lsq_unit_impl.hh +++ b/src/cpu/o3/lsq_unit_impl.hh @@ -1053,7 +1053,7 @@ LSQUnit::updateVisibleState() } #endif /* set taint for dst registers */ - inst->taintDestRegs(); + inst->taintDestRegs(true); /* if the load depends on tainted registers, set readyToExpose to false, otherwise set it to true */ -- cgit v1.2.3