On 10/1/21 19:11, Richard Henderson wrote: > The fallback code in raise_sigsegv is sufficient for m68k-linux-user. > Remove the code from cpu_loop that handled EXCP_ACCESS. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > linux-user/m68k/cpu_loop.c | 10 ---------- > target/m68k/cpu.c | 2 +- > target/m68k/helper.c | 6 +----- > 3 files changed, 2 insertions(+), 16 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>