|
From: | Richard Henderson |
Subject: | Re: [PATCH v2 7/8] bsd-user:Add set_mcontext function for ARM AArch64 |
Date: | Mon, 8 Jul 2024 09:10:26 -0700 |
User-agent: | Mozilla Thunderbird |
On 7/7/24 12:11, Ajeet Singh wrote:
From: Stacey Son<sson@FreeBSD.org> The function copies register values from the provided target_mcontext_t structure to the CPUARMState registers. Note:FP is unfinished upstream but will be a separate commit coming soon. Signed-off-by: Stacey Son<sson@FreeBSD.org> Signed-off-by: Ajeet Singh<itachis@FreeBSD.org> --- bsd-user/aarch64/signal.c | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |