commit | 33bc4fa78b06fc4e5fe22e5576811a97707e0cc6 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Sat Sep 30 13:45:54 2023 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Wed Oct 04 11:03:54 2023 -0700 |
tree | 2737e56e4f0a4dce1546610bbe7e98a3a11304f2 | |
parent | d7ec12f83cbb63343dd6e76392241e16a58f41e8 [diff] |
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>