cpu: fix unitialized variable which may cause assertion failure
authorPau Cabre <pau.cabre@metempsy.com>
Fri, 4 Dec 2015 23:54:03 +0000 (17:54 -0600)
committerPau Cabre <pau.cabre@metempsy.com>
Fri, 4 Dec 2015 23:54:03 +0000 (17:54 -0600)
commitabfb99780033f9abf68382fb9eb29e1af1a869ee
treeb280509ea861e51bccc62cb49e1f7f8c7e15ed68
parente746231682b2a314412c02db64226a1355073d3a
cpu: fix unitialized variable which may cause assertion failure

The assert in lsq_unit_impl.hh line 963 needs pktPending to be initialized to
NULL (I got the assertion failure several times without the fix).

Committed by: Nilay Vaish <nilay@cs.wisc.edu>
src/cpu/o3/lsq_unit_impl.hh