229a230,237
> // A fault that flushes the pipe, excluding the faulting instructions
> class FlushPipe : public ArmFaultVals<FlushPipe>
> {
> public:
> FlushPipe() {}
> void invoke(ThreadContext *tc);
> };
>