cpu: fix unitialized variable which may cause assertion failure
Review Request #3241 - Created Dec. 4, 2015 and submitted - Latest diff uploaded
| Information | |
|---|---|
| Pau Cabre | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 11240:59a46f1bb06d --------------------------- 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).
