linux-user/hppa: Use the proper si_code for PRIV_OPR, PRIV_REG, OVERFLOW
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 7 Jan 2022 21:32:25 +0000 (13:32 -0800)
committerLaurent Vivier <laurent@vivier.eu>
Tue, 11 Jan 2022 17:40:43 +0000 (18:40 +0100)
commit7337adeac0900a944ba789ad24b11c6a00099897
tree548618fbea4faf3101c7312fc1906902fe14d522
parentf64859684a6fa37bbf6118ca732af7ae70617990
linux-user/hppa: Use the proper si_code for PRIV_OPR, PRIV_REG, OVERFLOW

These si_codes have been properly set by the kernel since the beginning.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220107213243.212806-7-richard.henderson@linaro.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/hppa/cpu_loop.c