diff options
| author | Jake Burkholder <jake@FreeBSD.org> | 2002-10-26 17:38:20 +0000 |
|---|---|---|
| committer | Jake Burkholder <jake@FreeBSD.org> | 2002-10-26 17:38:20 +0000 |
| commit | 8d9faed03eb99cd3feeb115b9859f4563e26b746 (patch) | |
| tree | 3630fe3479eabd8b85767f79bdd0a5c0adefc0c6 | |
| parent | 5b412c08c209ca974ef273a319e3e1528371fd10 (diff) | |
Notes
| -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 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 */ |
