246a247
> masterId,
402,406c403,409
< fault->invoke(tc, curStaticInst);
< willChangePC = true;
< newPCState = thread->pcState();
< DPRINTF(Checker, "Fault, PC is now %s\n", newPCState);
< curMacroStaticInst = StaticInst::nullStaticInstPtr;
---
> if (FullSystem) {
> fault->invoke(tc, curStaticInst);
> willChangePC = true;
> newPCState = thread->pcState();
> DPRINTF(Checker, "Fault, PC is now %s\n", newPCState);
> curMacroStaticInst = StaticInst::nullStaticInstPtr;
> }