Re: [PATCH v4 32/36] bsd-user/arm/target_arch_signal.c: arm get_mcontext

2021-11-05 Thread Richard Henderson
On 11/4/21 11:19 PM, Warner Losh wrote: Get the machine context from the CPU state. Signed-off-by: Stacey Son Signed-off-by: Kyle Evans Signed-off-by: Warner Losh --- bsd-user/arm/signal.c | 51 +++ bsd-user/arm/target_arch_signal.h | 1 + 2 files cha

[PATCH v4 32/36] bsd-user/arm/target_arch_signal.c: arm get_mcontext

2021-11-04 Thread Warner Losh
Get the machine context from the CPU state. Signed-off-by: Stacey Son Signed-off-by: Kyle Evans Signed-off-by: Warner Losh --- bsd-user/arm/signal.c | 51 +++ bsd-user/arm/target_arch_signal.h | 1 + 2 files changed, 52 insertions(+) diff --git a/bsd-u