mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-18 23:52:14 -06:00
linux-user/alpha: Set TRAP_UNK for bugchk and unknown gentrap
These si_codes were changed in 535906c684fca, for linux 4.17. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20220107213243.212806-2-richard.henderson@linaro.org> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
64c01c7da4
commit
d010b8bd93
2 changed files with 3 additions and 2 deletions
|
@ -715,6 +715,7 @@ typedef struct target_siginfo {
|
|||
#define TARGET_TRAP_TRACE (2) /* process trace trap */
|
||||
#define TARGET_TRAP_BRANCH (3) /* process taken branch trap */
|
||||
#define TARGET_TRAP_HWBKPT (4) /* hardware breakpoint/watchpoint */
|
||||
#define TARGET_TRAP_UNK (5) /* undiagnosed trap */
|
||||
|
||||
struct target_rlimit {
|
||||
abi_ulong rlim_cur;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue