Revert "The trace player will call payload.release() only after receiving the END_RESP message."

This reverts commit 2aeb2351c2.
This commit is contained in:
Éder F. Zulian
2015-11-11 18:58:37 +01:00
parent 2aeb2351c2
commit a4f80b24be

View File

@@ -159,10 +159,10 @@ void TracePlayer<BUSWIDTH>::peqCallback(tlm_generic_payload &payload, const tlm_
// }
sendToTarget(payload, END_RESP, SC_ZERO_TIME);
payload.release();
}
else if (phase == END_RESP)
{
payload.release();
}
else
{