From 81cf43d2db6901b04092a4b3b9eb6c4af172c57e Mon Sep 17 00:00:00 2001 From: Alexander Yurchenko Date: Sat, 22 Nov 2003 09:18:26 +0000 Subject: Unbreak compiling with DEBUG. Diff from mickey@, ok weingart@ --- sys/arch/i386/stand/boot/srt0.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch') 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 -- cgit v1.2.3