-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviews.m5sim.org/r/216/
-----------------------------------------------------------

Review request for Default.


Summary
-------

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.


Diffs
-----

  src/cpu/base_dyn_inst.hh ef798deb9a02 

Diff: http://reviews.m5sim.org/r/216/diff


Testing
-------


Thanks,

Gabe

_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to