diff options
author | Ali Saidi <Ali.Saidi@ARM.com> | 2011-04-04 11:42:26 -0500 |
---|---|---|
committer | Ali Saidi <Ali.Saidi@ARM.com> | 2011-04-04 11:42:26 -0500 |
commit | 5962fecc1d2eaf956f0aab10eee1e0666a461706 (patch) | |
tree | c6ec7d6de4d90399057b09e2287908223e15e970 /src/cpu/o3 | |
parent | 1114be4b78c0855d96004b9f71c61d4b6a050d3a (diff) | |
download | gem5-5962fecc1d2eaf956f0aab10eee1e0666a461706.tar.xz |
CPU: Remove references to memory copy operations
Diffstat (limited to 'src/cpu/o3')
-rw-r--r-- | src/cpu/o3/commit_impl.hh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cpu/o3/commit_impl.hh b/src/cpu/o3/commit_impl.hh index 8c651e203..e35c1bf29 100644 --- a/src/cpu/o3/commit_impl.hh +++ b/src/cpu/o3/commit_impl.hh @@ -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); |