diff options
author | Ali Saidi <Ali.Saidi@ARM.com> | 2010-08-23 11:18:39 -0500 |
---|---|---|
committer | Ali Saidi <Ali.Saidi@ARM.com> | 2010-08-23 11:18:39 -0500 |
commit | 1d1837ee9855f06af963f96948c33623bf905e7d (patch) | |
tree | 3fda014fefbb62f93917dd80bcaa10367aaed60a /src/sim/faults.cc | |
parent | ac575a9d8242d4ff8e40ac25f2fd5862ef551ad7 (diff) | |
download | gem5-1d1837ee9855f06af963f96948c33623bf905e7d.tar.xz |
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.
Diffstat (limited to 'src/sim/faults.cc')
0 files changed, 0 insertions, 0 deletions