Fix bug when blocking due to no free registers.
--HG-- extra : convert_revision : a1a218d3294515184689041487057495223360b7
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user