On Thu, 31 Aug 2023 at 23:58, Philippe Mathieu-Daudé <phi...@linaro.org> 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é <phi...@linaro.org> > --- > target/m68k/translate.c | 2 +-
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM