108c108
< // We shouldn't ever get a cacheable block in ownership state
---
> // We shouldn't ever get a cacheable block in Modified state
110c110
< !(pkt->memInhibitAsserted() && !pkt->sharedAsserted()));
---
> !(pkt->cacheResponding() && !pkt->hasSharers()));