On 12/18/20 12:27 PM, Alex Bennée wrote: > gdb_exit() has never needed anything from env and I doubt we are going > to start now. > > Signed-off-by: Alex Bennée <alex.ben...@linaro.org> > Reviewed-by: Richard Henderson <richard.hender...@linaro.org> > Message-Id: <20201214153012.12723-5-alex.ben...@linaro.org> > Signed-off-by: Alex Bennée <alex.ben...@linaro.org> > --- > include/exec/gdbstub.h | 2 +- > bsd-user/syscall.c | 6 +++--- > gdbstub.c | 2 +- > linux-user/exit.c | 2 +- > target/arm/arm-semi.c | 2 +- > target/m68k/m68k-semi.c | 2 +- > target/nios2/nios2-semi.c | 2 +- > 7 files changed, 9 insertions(+), 9 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>