95c95
< // We shouldn't ever get a cacheable block in ownership state
---
> // We shouldn't ever get a cacheable block in Modified state
97c97
< !(pkt->memInhibitAsserted() && !pkt->sharedAsserted()));
---
> !(pkt->cacheResponding() && !pkt->hasSharers()));