diff options
author | Mitch Hayenga <Mitch.Hayenga@ARM.com> | 2014-04-01 14:22:06 -0500 |
---|---|---|
committer | Mitch Hayenga <Mitch.Hayenga@ARM.com> | 2014-04-01 14:22:06 -0500 |
commit | e4086878f62f5eacb84b9bf2183975e92ff564f5 (patch) | |
tree | 11d1c0ae98acb4be25d0f08a238de7a5fb26d254 /src/cpu/base_dyn_inst_impl.hh | |
parent | a0d30f36a6cdc7f686be0e6145e78e030ef973c3 (diff) | |
download | gem5-e4086878f62f5eacb84b9bf2183975e92ff564f5.tar.xz |
cpu: Fix case where o3 lsq could print out uninitialized data
In the O3 LSQ, data read/written is printed out in DPRINTFs. However,
the data field is treated as a character string with a null terminated.
However the data field is not encoded this way. This patch removes
that possibility by removing the data part of the print.
Diffstat (limited to 'src/cpu/base_dyn_inst_impl.hh')
0 files changed, 0 insertions, 0 deletions