168a169,171
> // Mask to align PCs to MachInst sized boundaries
> static const Addr PCMask = ~((Addr)sizeof(TheISA::MachInst) - 1);
>