Re: [PATCH 2/3] target/arm: Remove fprintf from disas_simd_mod_imm

2021-06-06 Thread Philippe Mathieu-Daudé
On 6/4/21 8:35 PM, Richard Henderson wrote: > 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 > --- > target/arm/translate-a64.c | 1 - > 1 file changed, 1 deletion(-) Reviewed-by: Philippe Mathi

[PATCH 2/3] target/arm: Remove fprintf from disas_simd_mod_imm

2021-06-04 Thread Richard Henderson
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 --- target/arm/translate-a64.c | 1 - 1 file changed, 1 deletion(-) diff --git a/target/arm/translate-a64.c b/target/arm/translate-a64.c index 2477b55c53