]> git.ipfire.org Git - thirdparty/qemu.git/commit
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)
committerMichael Tokarev <mjt@tls.msk.ru>
Fri, 6 Oct 2023 12:29:15 +0000 (15:29 +0300)
commit2990ba54715fc802fc28eb67930d6b7c3b90af3c
tree1fb1863b3e02ade8f36129ed0bb29f763749f0bd
parent19159a7f012b8f886c0e631003e4834145b62ac9
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>
(cherry picked from commit 33bc4fa78b06fc4e5fe22e5576811a97707e0cc6)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
linux-user/hppa/signal.c