Re: [PATCH for-6.2 1/2] linux-user: Add host_signal_set_pc to set pc in mcontext

2021-11-22 Thread Warner Losh
On Mon, Nov 22, 2021 at 6:12 AM Richard Henderson < richard.hender...@linaro.org> wrote: > From: Warner Losh > > Add a new function host_signal_set_pc to set the next pc in an > mcontext. The caller should ensure this is a valid PC for execution. > > Signed-off-by: Warner Losh > Reviewed-by: Phi

[PATCH for-6.2 1/2] linux-user: Add host_signal_set_pc to set pc in mcontext

2021-11-22 Thread Richard Henderson
From: Warner Losh Add a new function host_signal_set_pc to set the next pc in an mcontext. The caller should ensure this is a valid PC for execution. Signed-off-by: Warner Losh Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Richard Henderson Message-Id: <2023045603.60391-2-...@bsdimp.co