mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
linux-user/sparc: Handle tag overflow traps
This trap is raised by taddcctv and tsubcctv insns. Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20230216054516.1267305-16-richard.henderson@linaro.org> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
4ea3af392f
commit
e64c6d42b6
3 changed files with 9 additions and 1 deletions
|
@ -717,6 +717,11 @@ typedef struct target_siginfo {
|
|||
#define TARGET_TRAP_HWBKPT (4) /* hardware breakpoint/watchpoint */
|
||||
#define TARGET_TRAP_UNK (5) /* undiagnosed trap */
|
||||
|
||||
/*
|
||||
* SIGEMT si_codes
|
||||
*/
|
||||
#define TARGET_EMT_TAGOVF 1 /* tag overflow */
|
||||
|
||||
#include "target_resource.h"
|
||||
|
||||
struct target_pollfd {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue