1956a1957,1969
> if (is_deferred) {
> // we no longer have the block, and will not respond, but a
> // packet was allocated in MSHR::handleSnoop and we have
> // to delete it
> assert(pkt->needsResponse());
>
> // we have passed the block to a cache upstream, that
> // cache should be responding
> assert(pkt->cacheResponding());
>
> delete pkt;
> }
>
2047a2061
> assert(!pkt->cacheResponding());