linux-user/hppa: Fix struct target_sigcontext layout
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 30 Sep 2023 20:45:54 +0000 (13:45 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 4 Oct 2023 18:03:54 +0000 (11:03 -0700)
commit33bc4fa78b06fc4e5fe22e5576811a97707e0cc6
tree2737e56e4f0a4dce1546610bbe7e98a3a11304f2
parentd7ec12f83cbb63343dd6e76392241e16a58f41e8
linux-user/hppa: Fix struct target_sigcontext layout

Use abi_ullong not uint64_t so that the alignment of the field
and therefore the layout of the struct is correct.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
linux-user/hppa/signal.c