qemu-e2k/target/m68k
Philippe Mathieu-Daudé 574d572545 target/m68k: Clean up local variable shadowing
Fix:

  target/m68k/translate.c:828:18: error: declaration shadows a local variable [-Werror,-Wshadow]
            TCGv tmp = tcg_temp_new();
                 ^
  target/m68k/translate.c:801:15: note: previous declaration is here
    TCGv reg, tmp, result;
              ^

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-ID: <20230904161235.84651-6-philmd@linaro.org>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
2023-09-29 10:07:15 +02:00
..
cpu-param.h
cpu-qom.h
cpu.c target/m68k: Check for USER_ONLY definition instead of SOFTMMU one 2023-06-20 10:01:30 +02:00
cpu.h target: Widen pc/cs_base in cpu_get_tb_cpu_state 2023-06-26 17:32:59 +02:00
fpu_helper.c
gdbstub.c
helper.c other architectures: spelling fixes 2023-07-25 17:14:07 +03:00
helper.h target/m68k: Check for USER_ONLY definition instead of SOFTMMU one 2023-06-20 10:01:30 +02:00
Kconfig
m68k-semi.c target/m68k: Add URL to semihosting spec 2023-09-21 14:27:41 +01:00
meson.build meson: Replace softmmu_ss -> system_ss 2023-06-20 10:01:30 +02:00
monitor.c
op_helper.c
qregs.h.inc
softfloat_fpsp_tables.h
softfloat.c
softfloat.h
translate.c target/m68k: Clean up local variable shadowing 2023-09-29 10:07:15 +02:00