222,223c222,223
< /* Force a branch for SerializeAfter instructions at the end of micro-op
< * sequence when we're not suspended */
---
> /* Force a branch for SerializeAfter/SquashAfter instructions
> * at the end of micro-op sequence when we're not suspended */
228c228,229
< inst->staticInst->isIprAccess());
---
> inst->staticInst->isSquashAfter() ||
> inst->staticInst->isIprAccess());