On Thu, 31 Aug 2023 at 23:58, Philippe Mathieu-Daudé <[email protected]> wrote: > > 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é <[email protected]> > --- > target/m68k/translate.c | 2 +-
Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
