summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cpu/o3/rename_impl.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/o3/rename_impl.hh b/src/cpu/o3/rename_impl.hh
index 0f7839462..49eae9bb1 100644
--- a/src/cpu/o3/rename_impl.hh
+++ b/src/cpu/o3/rename_impl.hh
@@ -619,6 +619,7 @@ DefaultRename<Impl>::renameInsts(ThreadID tid)
incrFullStat(source);
break;
}
+ DPRINTF(Rename, "[tid:%u]: load inst @ %s\n", tid, inst->pcState());
}
if (inst->isStore()) {