diff -r 3be64e1f80ed -r 59a46f1bb06d src/cpu/o3/lsq_unit_impl.hh --- a/src/cpu/o3/lsq_unit_impl.hh Fri Dec 04 00:19:05 2015 +0000 +++ b/src/cpu/o3/lsq_unit_impl.hh Fri Dec 04 11:02:36 2015 +0000 @@ -143,7 +143,7 @@ template LSQUnit::LSQUnit() : loads(0), stores(0), storesToWB(0), cacheBlockMask(0), stalled(false), - isStoreBlocked(false), storeInFlight(false), hasPendingPkt(false) + isStoreBlocked(false), storeInFlight(false), hasPendingPkt(false), pendingPkt(NULL) { }