On 8/13/21 3:18 AM, Peter Maydell wrote:
Use the new force_sig_fault() function instead of setting up
a target_siginfo_t and calling queue_signal().

Signed-off-by: Peter Maydell<peter.mayd...@linaro.org>
---
I threw in a comment confirming that the si_addr value for the "bad
SWI immediate" SIGILL really is different from the PC value reported
in the ucontext_t and resumed from if the handler returns, because it
looked like a bug to me when I was reading the code...
---
  linux-user/arm/cpu_loop.c | 54 ++++++++++++---------------------------
  1 file changed, 16 insertions(+), 38 deletions(-)

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>

r~

Reply via email to