summaryrefslogtreecommitdiff
path: root/src/cpu/o3
diff options
context:
space:
mode:
authorKevin Lim <ktlim@umich.edu>2007-04-09 14:30:49 -0400
committerKevin Lim <ktlim@umich.edu>2007-04-09 14:30:49 -0400
commit64b4572c3ea103a274fd125dff66cdaafd20178b (patch)
tree3966c089dd18483238ae5e7277bbd9dcc1bb8e62 /src/cpu/o3
parentf53d2ccbfc63f1a7de13f7772e72814b4f94f47a (diff)
parent0cc343d41dd7afe725728008220fc22633195389 (diff)
downloadgem5-64b4572c3ea103a274fd125dff66cdaafd20178b.tar.xz
Merge ktlim@zizzer:/bk/newmem
into zamp.eecs.umich.edu:/z/ktlim2/clean/tmp/head --HG-- extra : convert_revision : a250eed999be9b8acd6f420fdfe8f1b02905beb1
Diffstat (limited to 'src/cpu/o3')
-rw-r--r--src/cpu/o3/rename_impl.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/o3/rename_impl.hh b/src/cpu/o3/rename_impl.hh
index 6b7fb1e08..431705e19 100644
--- a/src/cpu/o3/rename_impl.hh
+++ b/src/cpu/o3/rename_impl.hh
@@ -692,7 +692,7 @@ DefaultRename<Impl>::renameInsts(unsigned tid)
DPRINTF(Rename, "Blocking due to lack of free "
"physical registers to rename to.\n");
blockThisCycle = true;
-
+ insts_to_rename.push_front(inst);
++renameFullRegistersEvents;
break;