Re: [PATCH] linux-user/hppa: Fix struct target_sigcontext layout

2023-10-01 Thread Philippe Mathieu-Daudé
On 30/9/23 23:27, Richard Henderson wrote: Use abi_ullong not uint64_t so that the alignment of the field and therefore the layout of the struct is correct. Signed-off-by: Richard Henderson --- linux-user/hppa/signal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Phil

[PATCH] linux-user/hppa: Fix struct target_sigcontext layout

2023-09-30 Thread Richard Henderson
Use abi_ullong not uint64_t so that the alignment of the field and therefore the layout of the struct is correct. Signed-off-by: Richard Henderson --- linux-user/hppa/signal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-user/hppa/signal.c b/linux-user/hppa/signal.c