Remove extra delete that was causing segfault.

--HG--
extra : convert_revision : 8a27ed80308c95988f3bc43d670dc0ac9e946d39
This commit is contained in:
Kevin Lim 2007-04-26 00:07:42 -04:00
parent 15cc194d71
commit 092951e2b1

View 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;