summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1997-09-18 18:38:01 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1997-09-18 18:38:01 +0000
commit70c8296ca0563645b4c108f7292c6d9eb803dd13 (patch)
treec335b33266d6ed74a02ada38d83ae801ea1e9f70 /sys
parent1ebff2fb9475bb8907c4248043fb2c92af0d098c (diff)
halt in debug mode only
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/i386/stand/libsa/debug_i386.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/libsa/debug_i386.S b/sys/arch/i386/stand/libsa/debug_i386.S
index 25214eb8c02..eb3966aa194 100644
--- a/sys/arch/i386/stand/libsa/debug_i386.S
+++ b/sys/arch/i386/stand/libsa/debug_i386.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: debug_i386.S,v 1.6 1997/09/02 17:03:25 mickey Exp $ */
+/* $OpenBSD: debug_i386.S,v 1.7 1997/09/18 18:38:00 mickey Exp $ */
/*
* Copyright (c) 1997 Michael Shalayeff
@@ -59,8 +59,8 @@ alltraps:
addl $' ', %al
movb $0x17, %ah
movl %ax, (%edi)
-#endif
hlt
+#endif
call _check_regs
1:
#ifdef DEBUG