Fix bug when blocking due to no free registers.

--HG--
extra : convert_revision : a1a218d3294515184689041487057495223360b7
This commit is contained in:
Kevin Lim
2007-04-09 14:29:59 -04:00
parent 077183f7ec
commit 0cc343d41d

View File

@@ -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;