On Sun, 22 Aug 2021 at 04:55, Richard Henderson <richard.hender...@linaro.org> wrote: > > Most linux-user targets so far do not distinguish between SEGV_MAPERR > and SEGV_ACCERR. This function will be used to fix that. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > linux-user/signal-common.h | 1 + > linux-user/signal.c | 18 ++++++++++++++++++ > 2 files changed, 19 insertions(+)
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM