233,235d232
< // Note: Cannot create a copy of the full packet, here.
< MemCmd orig_cmd(pkt->cmd);
<
240,247d236
< // The packet may already be overwritten by the sendTimingReq function.
< // The snoop filter needs to see the original request *and* the return
< // status of the send operation, so we need to recreate the original
< // request. Atomic mode does not have the issue, as there the send
< // operation and the response happen instantaneously and don't need two
< // phase tracking.
< MemCmd tmp_cmd(pkt->cmd);
< pkt->cmd = orig_cmd;
250d238
< pkt->cmd = tmp_cmd;