summaryrefslogtreecommitdiff
path: root/src/cpu/o3/rob_impl.hh
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2019-05-12 16:20:05 +0800
committerIru Cai <mytbk920423@gmail.com>2019-05-12 16:22:45 +0800
commitd3e361f60741ea9ebea06375c8525385014dd9d2 (patch)
tree4cc8146567125ac5bc56f8cd4c9f14a8a38f9f0c /src/cpu/o3/rob_impl.hh
parentb0e609d5cf6961bb9b3f12065659e1c42c13ef06 (diff)
downloadgem5-d3e361f60741ea9ebea06375c8525385014dd9d2.tar.xz
finally runs dhrystone
Change-Id: I7466a825f8726682622d237460311a1c4b23b8ad
Diffstat (limited to 'src/cpu/o3/rob_impl.hh')
-rw-r--r--src/cpu/o3/rob_impl.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/o3/rob_impl.hh b/src/cpu/o3/rob_impl.hh
index b729a9d00..32cfe04a1 100644
--- a/src/cpu/o3/rob_impl.hh
+++ b/src/cpu/o3/rob_impl.hh
@@ -434,6 +434,7 @@ ROB<Impl>::updateVisibleState()
while (inst_it != tail_inst_it) {
DynInstPtr inst = *inst_it++;
+ DPRINTF(ROB, "updating rob visible state for [sn:%lli]\n", inst->seqNum);
assert(inst!=0);