Remove extra delete that was causing segfault.
authorKevin Lim <ktlim@umich.edu>
Thu, 26 Apr 2007 04:07:42 +0000 (00:07 -0400)
committerKevin 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

index 44e2cea762fcaec2efdc56dcd9c72633ee456886..bde4f8079d81a25d52c22f7f20099067dc6b204a 100644 (file)
@@ -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;