Re: [PATCH v4 08/24] linux-user/hppa: Set FPE_CONDTRAP for COND

2021-12-20 Thread Philippe Mathieu-Daudé
On 12/20/21 22:05, Richard Henderson wrote: > This si_code was changed in 75abf64287cab, for linux 4.17. > > Signed-off-by: Richard Henderson > --- > linux-user/syscall_defs.h | 1 + > linux-user/hppa/cpu_loop.c | 2 ++ > 2 files changed, 3 insertions(+) > > diff --git a/linux-user/syscall_def

[PATCH v4 08/24] linux-user/hppa: Set FPE_CONDTRAP for COND

2021-12-20 Thread Richard Henderson
This si_code was changed in 75abf64287cab, for linux 4.17. Signed-off-by: Richard Henderson --- linux-user/syscall_defs.h | 1 + linux-user/hppa/cpu_loop.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/linux-user/syscall_defs.h b/linux-user/syscall_defs.h index a738bdcecf..f9240702eb 1