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

/gem5/src/mem/
H A Dcomm_monitor.cc9540:9ddb996931d7 Tue Feb 19 05:56:00 EST 2013 Andreas Hansson <andreas.hansson@armm.com> mem: Ensure trace captures packet fields before forwarding

This patch fixes a bug in the CommMonitor caused by the packet being
modified before it is captured in the trace. By recording the fields
before passing the packet on, and then putting these values in the
trace we ensure that even if the packet is modified the trace captures
what the CommMonitor saw.

Completed in 13 milliseconds