summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2019-04-02 14:54:12 +0800
committerIru Cai <mytbk920423@gmail.com>2019-05-31 15:59:17 +0800
commit87b0176f7e1224323c3c22e503f42e47580c4fcf (patch)
treedec4f75bb736c8fe42a64ca7ff8e70d5b2d2f494
parent08c0d927ef215d18d454fedbeb1ebfca87b56226 (diff)
downloadgem5-87b0176f7e1224323c3c22e503f42e47580c4fcf.tar.xz
print load inst
-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()) {