From e9d7833de3115201ee68b6f22a105abb511dc8c4 Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Mon, 15 Apr 2019 23:21:46 +0800 Subject: Add IFT debug flags --- 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 a8ec0333f..79d913175 100644 --- a/src/cpu/o3/lsq_unit_impl.hh +++ b/src/cpu/o3/lsq_unit_impl.hh @@ -1055,7 +1055,7 @@ LSQUnit::updateVisibleState() inst->readyToExpose(false); } else { /* set taint for dst registers */ - inst->taintDestRegs(true); + inst->taintDestRegs(true, "unsafe load"); /* if the load depends on tainted registers, set readyToExpose to false, otherwise set it to true */ -- cgit v1.2.3