bsd-user:Add setup_sigframe_arch function for ARM AArch64
authorWarner Losh <imp@bsdimp.com>
Sun, 7 Jul 2024 19:11:26 +0000 (00:41 +0530)
committerWarner Losh <imp@bsdimp.com>
Tue, 23 Jul 2024 16:50:54 +0000 (10:50 -0600)
commitc88f44d85ab209576fc6704ff636e68e2bbc41dc
treeb7b43157584231a089f9fb09d2b1166712755092
parent9959fae592b2babddb7c371e27281a4e127a2951
bsd-user:Add setup_sigframe_arch function for ARM AArch64

The function utilizes the `get_mcontext` function to retrieve the machine
context for the current CPUARMState

Signed-off-by: Warner Losh <imp@bsdimp.com>
Signed-off-by: Ajeet Singh <itachis@FreeBSD.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20240707191128.10509-7-itachis@FreeBSD.org>
Signed-off-by: Warner Losh <imp@bsdimp.com>
bsd-user/aarch64/signal.c