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

/gem5/src/cpu/
H A Dbase_dyn_inst.hh7577:056a88043835 Mon Aug 23 12:18:00 EDT 2010 Ali Saidi <Ali.Saidi@ARM.com> CPU: Set a default value when readBytes faults.

This was being done in read(), but if readBytes was called directly it
wouldn't happen. Also, instead of setting the memory blob being read to -1
which would (I believe) require using memset with -1 as a parameter, this now
uses bzero. It's hoped that it's more specialized behavior will make it
slightly faster.

Completed in 36 milliseconds