diff --git a/qemu/target/mips/translate.c b/qemu/target/mips/translate.c index c5a661ad..eb02e0f1 100644 --- a/qemu/target/mips/translate.c +++ b/qemu/target/mips/translate.c @@ -20256,12 +20256,14 @@ static void gen_p_lsx(DisasContext *ctx, int rd, int rs, int rt) switch (extract32(ctx->opcode, 7, 4)) { case NM_SHXS: check_nms(ctx); + /* fall through */ case NM_LHXS: case NM_LHUXS: tcg_gen_shli_tl(tcg_ctx, t0, t0, 1); break; case NM_SWXS: check_nms(ctx); + /* fall through */ case NM_LWXS: case NM_LWC1XS: case NM_SWC1XS: