On 9/18/21 20:45, Richard Henderson wrote: > The fallback code in raise_sigsegv is sufficient for cris-linux-user. > Remove the code from cpu_loop that handled the unnamed 0xaa exception. > > This makes all of the code in helper.c sysemu only, so remove the > ifdefs and move the file to cris_softmmu_ss. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > target/cris/cpu.h | 8 ++++---- > linux-user/cris/cpu_loop.c | 10 ---------- > target/cris/cpu.c | 4 ++-- > target/cris/helper.c | 18 ------------------ > target/cris/meson.build | 7 +++++-- > 5 files changed, 11 insertions(+), 36 deletions(-)
Nice! Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>