Searched hist:11243 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/cpu/o3/
H A Dlsq_unit_impl.hh11243:f876d08c7b21 Fri Dec 04 18:54:00 EST 2015 Pau Cabre <pau.cabre@metempsy.com> 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>

Completed in 33 milliseconds