Loading target/sh4/translate.c +5 −4 Original line number Diff line number Diff line Loading @@ -1569,9 +1569,10 @@ static void _decode_opc(DisasContext * ctx) else break; case 0x00ab: /* synco */ if (ctx->features & SH_FEATURE_SH4A) if (ctx->features & SH_FEATURE_SH4A) { tcg_gen_mb(TCG_MO_ALL | TCG_BAR_SC); return; else } break; case 0x4024: /* rotcl Rn */ { Loading Loading
target/sh4/translate.c +5 −4 Original line number Diff line number Diff line Loading @@ -1569,9 +1569,10 @@ static void _decode_opc(DisasContext * ctx) else break; case 0x00ab: /* synco */ if (ctx->features & SH_FEATURE_SH4A) if (ctx->features & SH_FEATURE_SH4A) { tcg_gen_mb(TCG_MO_ALL | TCG_BAR_SC); return; else } break; case 0x4024: /* rotcl Rn */ { Loading