summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/ipl.s
diff options
context:
space:
mode:
authorfsmp <fsmp@FreeBSD.org>1997-09-29 00:04:33 +0000
committerfsmp <fsmp@FreeBSD.org>1997-09-29 00:04:33 +0000
commitf6dd6401be533723a11c02de0163807dd92897fe (patch)
tree4932e5a4e90bb9e2783c07afc8634820814c4a1c /sys/i386/isa/ipl.s
parent4e4a88234431126c0f2bfccbff9e2ca7e5b2a5c6 (diff)
downloadFreeBSD-src-f6dd6401be533723a11c02de0163807dd92897fe.zip
FreeBSD-src-f6dd6401be533723a11c02de0163807dd92897fe.tar.gz
Screwed the debug for the cil deadlock, another 3 hours down the tubes...
Diffstat (limited to 'sys/i386/isa/ipl.s')
-rw-r--r--sys/i386/isa/ipl.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/ipl.s b/sys/i386/isa/ipl.s
index bff5651..e71ca1b 100644
--- a/sys/i386/isa/ipl.s
+++ b/sys/i386/isa/ipl.s
@@ -36,7 +36,7 @@
*
* @(#)ipl.s
*
- * $Id: ipl.s,v 1.14 1997/09/21 21:41:16 gibbs Exp $
+ * $Id: ipl.s,v 1.15 1997/09/28 19:34:46 fsmp Exp $
*/
@@ -257,7 +257,7 @@ ih_ok:
ALIGN_TEXT
doreti_swi:
#if 1
- cmpl $0100, _cil
+ cmpl $0x0100, _cil
jne 1f
cmpl $0, _inside_intr
jne 1f
OpenPOWER on IntegriCloud