On Sun, 22 Aug 2021 at 04:55, Richard Henderson <richard.hender...@linaro.org> wrote: > > Use the new function instead of setting up a target_siginfo_t > and calling queue_signal. Note that we were incorrectly using > QEMU_SI_KILL instead of QEMU_SI_FAULT for raising SIGSEGV. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > linux-user/hexagon/cpu_loop.c | 22 ++++------------------ > 1 file changed, 4 insertions(+), 18 deletions(-)
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM