summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-12 07:05:49 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-12 07:05:49 +0000
commitc69f8ad5baff3813e8a9af359aa0cc6ede6b6d4b (patch)
tree7ca35efaf780aed32d41300d88260dcd66940266
parent6b98d44aae4e7fcf6d1719b5950939dd5d3416a7 (diff)
SIGSEGV always
-rw-r--r--sys/arch/sun3/sun3/trap.c2
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 */