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

/gem5/src/cpu/testers/traffic_gen/
H A Dtraffic_gen.cc10128:013bba88efab Sun Mar 23 11:11:00 EDT 2014 Stan Czerniawski <stan.czerniawski@arm.com> cpu: Add basic check to TrafficGen initial state

Prevent incomplete configuration of TrafficGen class from causing
segmentation faults. If an 'INIT' line is not present in the
configuration file then the currState variable will remain
uninitialized which may result in a crash.

Completed in 13 milliseconds