From 14ffe2b733f689120dd50135db4ebd53e41363d1 Mon Sep 17 00:00:00 2001 From: art <> Date: Wed, 24 Jan 2001 16:59:58 +0000 Subject: [PATCH] machdep.unaligned_sigbus has changed the default. --- src/etc/etc.alpha/sysctl.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/etc.alpha/sysctl.conf b/src/etc/etc.alpha/sysctl.conf index a9e7b18e..c0dc0a3e 100644 --- a/src/etc/etc.alpha/sysctl.conf +++ b/src/etc/etc.alpha/sysctl.conf @@ -1,3 +1,3 @@ #machdep.unaligned_print=0 # 0 - disable printing of unaligned access #machdep.unaligned_fix=0 # 0 - disable fixup of unaligned access -#machdep.unaligned_sigbus=1 # 1 - sigbus on unaligned access +#machdep.unaligned_sigbus=0 # 0 - don't sigbus on unaligned access