233a234
> ccprintf(os, "\n");
346,347c347
< DPRINTF(Cache, "%s for %s addr %#llx size %d\n", __func__,
< pkt->cmdString(), pkt->getAddr(), pkt->getSize());
---
> DPRINTF(Cache, "%s for %s\n", __func__, pkt->print());
353,354c353,354
< "%s got snoop %s to addr %#llx where needsWritable, "
< "does not match isInvalidate", name(), pkt->cmdString(),
---
> "%s got snoop %s where needsWritable, "
> "does not match isInvalidate", name(), pkt->print(),