139a140,145
> //This is the offset from the current pc that fetch should be performed at
> Addr fetchOffset;
> //This flag says to stay at the current pc. This is useful for
> //instructions which go beyond MachInst boundaries.
> bool stayAtPC;
>