projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15cc194
)
Remove extra delete that was causing segfault.
author
Kevin Lim
<ktlim@umich.edu>
Thu, 26 Apr 2007 04:07:42 +0000
(
00:07
-0400)
committer
Kevin Lim
<ktlim@umich.edu>
Thu, 26 Apr 2007 04:07:42 +0000
(
00:07
-0400)
--HG--
extra : convert_revision :
8a27ed80308c95988f3bc43d670dc0ac9e946d39
src/cpu/o3/lsq_unit_impl.hh
patch
|
blob
|
history
diff --git
a/src/cpu/o3/lsq_unit_impl.hh
b/src/cpu/o3/lsq_unit_impl.hh
index 44e2cea762fcaec2efdc56dcd9c72633ee456886..bde4f8079d81a25d52c22f7f20099067dc6b204a 100644
(file)
--- a/
src/cpu/o3/lsq_unit_impl.hh
+++ b/
src/cpu/o3/lsq_unit_impl.hh
@@
-680,7
+680,6
@@
LSQUnit<Impl>::writebackStores()
inst->seqNum);
WritebackEvent *wb = new WritebackEvent(inst, data_pkt, this);
wb->schedule(curTick + 1);
- delete state;
completeStore(storeWBIdx);
incrStIdx(storeWBIdx);
continue;