diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sun3/sun3/trap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/sun3/sun3/trap.c b/sys/arch/sun3/sun3/trap.c index 1baf0879435..6c5cbd12cc1 100644 --- a/sys/arch/sun3/sun3/trap.c +++ b/sys/arch/sun3/sun3/trap.c @@ -522,7 +522,7 @@ trap(type, code, v, frame) goto dopanic; } ucode = v; - sig = (rv == KERN_PROTECTION_FAILURE) ? SIGBUS : SIGSEGV; + sig = SIGSEGV; break; } /* T_MMUFLT */ } /* switch */ |