58c58,59
< traceStream(NULL)
---
> traceStream(NULL),
> system(params->system)
108a110,116
>
> if (traceStream != NULL) {
> // Check the memory mode. We only record something when in
> // timing mode. Warn accordingly.
> if (!system->isTimingMode())
> warn("%s: Not in timing mode. No trace will be recorded.", name());
> }