178,180c178
< // we should never see a new request while in retry
< assert(!retryReq);
<
---
> // sink inhibited packets without further action
182,183d179
< // snooper will supply based on copy of packet
< // still target's responsibility to delete packet
187a184,189
> // we should not get a new request after committing to retry the
> // current one, but unfortunately the CPU violates this rule, so
> // simply ignore it for now
> if (retryReq)
> return false;
>