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

/gem5/src/systemc/
H A DSConscript13437:9220b09052dc Thu Nov 08 18:49:00 EST 2018 Gabe Black <gabeblack@google.com> systemc: Put systemc headers in the include path when supported.

When the native systemc API support is built in, put the systemc and
systemc.h header files in the include path so they can be used as
normal. We don't want any external systemc headers being included and
getting mixed in with our local ones.

Change-Id: I5fc01ff5f069cfadb7c19a9dead13e7ce7272976
Reviewed-on: https://gem5-review.googlesource.com/c/14397
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Gabe Black <gabeblack@google.com>
/gem5/src/cpu/
H A Dbase.cc9220:37e6eb40cf91 Wed Sep 12 22:40:00 EDT 2012 Joel Hestness <hestness@cs.wisc.edu> 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.

Completed in 39 milliseconds