244a245,254
> // A fault that flushes the pipe, including the faulting instructions
> class ReExec : public ArmFaultVals<ReExec>
> {
> public:
> ReExec() {}
> void invoke(ThreadContext *tc,
> StaticInstPtr inst = StaticInst::nullStaticInstPtr);
> };
>
>