summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorniklas <niklas@openbsd.org>2001-12-04 20:54:11 +0000
committerniklas <niklas@openbsd.org>2001-12-04 20:54:11 +0000
commitfc40240c61be2b73cd9a02d7714d705108ff2e8d (patch)
tree13c8f37a54bc2553c36c44e878f94ce65072d44f
parentadd commented out entries for cgsix at sbus and wsdisplay at cgsix (diff)
downloadwireguard-openbsd-fc40240c61be2b73cd9a02d7714d705108ff2e8d.tar.xz
wireguard-openbsd-fc40240c61be2b73cd9a02d7714d705108ff2e8d.zip
Now that we found the bug, go back to not stop on SPL NOT LOWERED..
-rw-r--r--sys/arch/i386/i386/locore.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/locore.s b/sys/arch/i386/i386/locore.s
index 50c489cacb7..b1a030cb1a4 100644
--- a/sys/arch/i386/i386/locore.s
+++ b/sys/arch/i386/i386/locore.s
@@ -1,4 +1,4 @@
-/* $OpenBSD: locore.s,v 1.63 2001/12/04 01:20:27 marc Exp $ */
+/* $OpenBSD: locore.s,v 1.64 2001/12/04 20:54:11 niklas Exp $ */
/* $NetBSD: locore.s,v 1.145 1996/05/03 19:41:19 christos Exp $ */
/*-
@@ -2146,7 +2146,7 @@ syscall1:
pushl $4f # format string
call _C_LABEL(printf)
addl $24,%esp
-#if defined(DDB)
+#if defined(DDB) && 0
int $3
#endif /* DDB */
movl %ebx,_C_LABEL(cpl)