mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
target-tilegx: Use TILEGX_EXCP_SIGNAL instead of TILEGX_EXCP_SEGV
Consolidate signal handling under a single exception. Signed-off-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
parent
dd8070d865
commit
a0577d2aa9
3 changed files with 30 additions and 21 deletions
|
@ -60,8 +60,7 @@ enum {
|
|||
typedef enum {
|
||||
TILEGX_EXCP_NONE = 0,
|
||||
TILEGX_EXCP_SYSCALL = 1,
|
||||
TILEGX_EXCP_SEGV = 2,
|
||||
TILEGX_EXCP_SIGNAL = 3,
|
||||
TILEGX_EXCP_SIGNAL = 2,
|
||||
TILEGX_EXCP_OPCODE_UNKNOWN = 0x101,
|
||||
TILEGX_EXCP_OPCODE_UNIMPLEMENTED = 0x102,
|
||||
TILEGX_EXCP_OPCODE_CMPEXCH = 0x103,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue