diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2003-11-22 09:18:26 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2003-11-22 09:18:26 +0000 |
commit | 81cf43d2db6901b04092a4b3b9eb6c4af172c57e (patch) | |
tree | 056fa08f227fa92ae28df0fe454cabcad12d2e05 /sys/arch/i386 | |
parent | e2457ff358e6c5430e79bf6956dea792156de876 (diff) |
Unbreak compiling with DEBUG.
Diff from mickey@, ok weingart@
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/stand/boot/srt0.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/boot/srt0.S b/sys/arch/i386/stand/boot/srt0.S index 1fa5f2dec1d..9a1d6264df3 100644 --- a/sys/arch/i386/stand/boot/srt0.S +++ b/sys/arch/i386/stand/boot/srt0.S @@ -1,4 +1,4 @@ -/* $OpenBSD: srt0.S,v 1.13 2003/06/27 05:13:19 weingart Exp $ */ +/* $OpenBSD: srt0.S,v 1.14 2003/11/22 09:18:25 grange Exp $ */ /* * Copyright (c) 1997 Michael Shalayeff @@ -48,7 +48,7 @@ _start: je 1f #ifdef DEBUG movl $0xb80a0, %ebx - movl $0x07420742, (%ebx) + addr32 movl $0x07420742, (%ebx) #endif 1: popl %edx |