On 11/8/21 3:37 AM, Warner Losh wrote:
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<i...@bsdimp.com>
---
  linux-user/host/aarch64/host-signal.h | 5 +++++
  linux-user/host/alpha/host-signal.h   | 5 +++++
  linux-user/host/arm/host-signal.h     | 5 +++++
  linux-user/host/i386/host-signal.h    | 5 +++++
  linux-user/host/mips/host-signal.h    | 5 +++++
  linux-user/host/ppc/host-signal.h     | 5 +++++
  linux-user/host/riscv/host-signal.h   | 5 +++++
  linux-user/host/s390/host-signal.h    | 5 +++++
  linux-user/host/sparc/host-signal.h   | 9 +++++++++
  linux-user/host/x86_64/host-signal.h  | 5 +++++
  10 files changed, 54 insertions(+)

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

r~

Reply via email to