target/arm: Remove fprintf from disas_simd_mod_imm
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 14 Jun 2021 15:34:06 +0000 (16:34 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 15 Jun 2021 15:18:48 +0000 (16:18 +0100)
commit0af4d13b3114a87e53cb9e2ee0c5588c513f4b1a
treea62d497ddc6d1f0fc2dfefd517480ba4cee809e7
parentcd39e773e00bf98ab41e2ffaaeab7a00a3f68bd1
target/arm: Remove fprintf from disas_simd_mod_imm

The default of this switch is truly unreachable.
The switch selector is 3 bits, and all 8 cases are present.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 20210604183506.916654-3-richard.henderson@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/translate-a64.c