1224c1224,1226
< DPRINTF(IEW, "Execute: Instruction was squashed.\n");
---
> DPRINTF(IEW, "Execute: Instruction was squashed. PC: %s, [tid:%i]"
> " [sn:%i]\n", inst->pcState(), inst->threadNumber,
> inst->seqNum);