EventManager: Remove test for NULL pointer in constructor
Review Request #1339 - Created Aug. 2, 2012 and submitted
| Information | |
|---|---|
| Andreas Hansson | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 9151:bfcf003c988d --------------------------- EventManager: Remove test for NULL pointer in constructor This patch tidies up the EventManager constructor and prunes a corner case where the EventManager would initialise its eventq pointer to NULL. This would cause segmentation faults on actual use and should never happen.
util/regress all passing (disregarding t1000 and eio)
Ship It!
