CPU: Remove references to memory copy operations

This commit is contained in:
Ali Saidi
2011-04-04 11:42:26 -05:00
parent 1114be4b78
commit 5962fecc1d
6 changed files with 0 additions and 28 deletions

View File

@@ -1199,9 +1199,6 @@ DefaultCommit<Impl>::commitHead(DynInstPtr &head_inst, unsigned inst_num)
head_inst->renamedDestRegIdx(i));
}
if (head_inst->isCopy())
panic("Should not commit any copy instructions!");
// Finally clear the head ROB entry.
rob->retireHead(tid);