173a174,183
> /* Take the control flags from the last microop for the macroop */
> if ((*uop)->isControl())
> setFlag(StaticInst::IsControl);
> if ((*uop)->isCondCtrl())
> setFlag(StaticInst::IsCondControl);
> if ((*uop)->isIndirectCtrl())
> setFlag(StaticInst::IsIndirectControl);
> if ((*uop)->isReturn())
> setFlag(StaticInst::IsReturn);
>