diff options
author | Joel Hestness <hestness@cs.wisc.edu> | 2012-09-12 21:40:28 -0500 |
---|---|---|
committer | Joel Hestness <hestness@cs.wisc.edu> | 2012-09-12 21:40:28 -0500 |
commit | 16dcb723c11afb91cc3428294bd3106425114949 (patch) | |
tree | e550ef18c07430b4a828535d76ea469ca9200f26 /configs | |
parent | aa8bcd15ec1ba916f3e750f41697a65e06b3c2ac (diff) | |
download | gem5-16dcb723c11afb91cc3428294bd3106425114949.tar.xz |
Base CPU: Initialize profileEvent to NULL
The profileEvent pointer is tested against NULL in various places, but
it is not initialized unless running in full-system mode. In SE mode, this
can result in segmentation faults when profileEvent default intializes to
something other than NULL.
Diffstat (limited to 'configs')
0 files changed, 0 insertions, 0 deletions