From c69f8ad5baff3813e8a9af359aa0cc6ede6b6d4b Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 12 Jun 1996 07:05:49 +0000 Subject: SIGSEGV always --- sys/arch/sun3/sun3/trap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/arch') 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 */ -- cgit v1.2.3