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

Reported-by: Stefan Weil <sw@weilnetz.de>
Fixes: f180da83c039 ("s390x/tcg: Implement VECTOR LOAD LOGICAL ELEMENT AND ZERO")
Message-Id: <20190708125433.16927-3-cohuck@redhat.com>
Reviewed-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
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;
     }