diff -r 136e281b42e2 -r dbd24e5f9c05 src/cpu/o3/lsq_unit.hh --- a/src/cpu/o3/lsq_unit.hh Sat Jul 17 02:31:37 2010 +0100 +++ b/src/cpu/o3/lsq_unit.hh Sat Jul 17 02:32:46 2010 +0100 @@ -744,6 +744,8 @@ delete fst_data_pkt; delete snd_data_pkt->req; delete snd_data_pkt; + sreqLow = NULL; + sreqHigh = NULL; } req = NULL; @@ -769,6 +771,7 @@ state->complete(); req = NULL; + sreqHigh = NULL; lsq->setRetryTid(lsqID); }