summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJake Burkholder <jake@FreeBSD.org>2002-10-26 17:38:20 +0000
committerJake Burkholder <jake@FreeBSD.org>2002-10-26 17:38:20 +0000
commit8d9faed03eb99cd3feeb115b9859f4563e26b746 (patch)
tree3630fe3479eabd8b85767f79bdd0a5c0adefc0c6
parent5b412c08c209ca974ef273a319e3e1528371fd10 (diff)
Notes
-rw-r--r--sys/sparc64/sparc64/trap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/sparc64/trap.c b/sys/sparc64/sparc64/trap.c
index 37f9b16314af..7601695c68e0 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 */