Commit 92b9afe4 authored by Cornelia Huck's avatar Cornelia Huck
Browse files

s390x/tcg: move fallthrough annotation



...so that the compiler properly recognizes it.

Reported-by: default avatarStefan Weil <sw@weilnetz.de>
Fixes: f180da83 ("s390x/tcg: Implement VECTOR LOAD LOGICAL ELEMENT AND ZERO")
Message-Id: <20190708125433.16927-3-cohuck@redhat.com>
Reviewed-by: default avatarStefan Weil <sw@weilnetz.de>
Signed-off-by: default avatarCornelia Huck <cohuck@redhat.com>
parent d05be57d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
    }