diff options
-rw-r--r-- | sys/sparc64/sparc64/trap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/sparc64/trap.c b/sys/sparc64/sparc64/trap.c index 37f9b16..7601695 100644 --- a/sys/sparc64/sparc64/trap.c +++ b/sys/sparc64/sparc64/trap.c @@ -208,7 +208,7 @@ const int trap_sig[] = { SIGILL, /* range check */ SIGILL, /* fix alignment */ SIGILL, /* integer overflow */ - -1, /* syscall */ + SIGSYS, /* syscall */ -1, /* restore physical watchpoint */ -1, /* restore virtual watchpoint */ -1, /* kernel stack fault */ |