Remove extra delete that was causing segfault.
--HG-- extra : convert_revision : 8a27ed80308c95988f3bc43d670dc0ac9e946d39
This commit is contained in:
parent
15cc194d71
commit
092951e2b1
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue