]> Git Repo - qemu.git/commitdiff
s390x/tcg: move fallthrough annotation
authorCornelia Huck <[email protected]>
Mon, 8 Jul 2019 12:38:21 +0000 (14:38 +0200)
committerCornelia Huck <[email protected]>
Tue, 9 Jul 2019 08:37:44 +0000 (10:37 +0200)
...so that the compiler properly recognizes it.

Reported-by: Stefan Weil <[email protected]>
Fixes: f180da83c039 ("s390x/tcg: Implement VECTOR LOAD LOGICAL ELEMENT AND ZERO")
Message-Id: <20190708125433[email protected]>
Reviewed-by: Stefan Weil <[email protected]>
Signed-off-by: Cornelia Huck <[email protected]>
target/s390x/translate_vx.inc.c

index 7b1d31cba5cff6d3b7d1352e4a9f4d3ee312ee62..41d5cf869f94ef4c5842582bf830e86be1ba3e68 100644 (file)
@@ -577,8 +577,8 @@ static DisasJumpType op_vllez(DisasContext *s, DisasOps *o)
             enr = 0;
             break;
         }
-    default:
         /* fallthrough */
+    default:
         gen_program_exception(s, PGM_SPECIFICATION);
         return DISAS_NORETURN;
     }
This page took 0.030088 seconds and 4 git commands to generate.