qemu/target/i386/tcg
Chen Qun bdddc1c425 target/i386: silence the compiler warnings in gen_shiftd_rm_T1
The current "#ifdef TARGET_X86_64" statement affects
the compiler's determination of fall through.

When using -Wimplicit-fallthrough in our CFLAGS, the compiler showed warning:
target/i386/translate.c: In function ‘gen_shiftd_rm_T1’:
target/i386/translate.c:1773:12: warning: this statement may fall through [-Wimplicit-fallthrough=]
         if (is_right) {
            ^
target/i386/translate.c:1782:5: note: here
     case MO_32:
     ^~~~

Reported-by: Euler Robot <euler.robot@huawei.com>
Signed-off-by: Chen Qun <kuhn.chenqun@huawei.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20201211152426.350966-6-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
2020-12-18 09:14:23 +01:00
..
bpt_helper.c
cc_helper_template.h
cc_helper.c
excp_helper.c
fpu_helper.c
helper-tcg.h i386: tcg: remove inline from cpu_load_eflags 2020-12-16 15:50:33 -05:00
int_helper.c
mem_helper.c
meson.build
misc_helper.c i386: tcg: remove inline from cpu_load_eflags 2020-12-16 15:50:33 -05:00
mpx_helper.c
seg_helper.c
smm_helper.c
svm_helper.c
tcg-cpu.c
tcg-cpu.h
tcg-stub.c
translate.c target/i386: silence the compiler warnings in gen_shiftd_rm_T1 2020-12-18 09:14:23 +01:00