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

/gem5/src/cpu/o3/
H A Dlsq_unit.hh10175:e639ff917d2e Tue Apr 01 15:22:00 EDT 2014 Mitch Hayenga <Mitch.Hayenga@ARM.com> 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.
H A Dlsq_unit_impl.hh10175:e639ff917d2e Tue Apr 01 15:22:00 EDT 2014 Mitch Hayenga <Mitch.Hayenga@ARM.com> 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.

Completed in 64 milliseconds