Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/stand/lib/crt/pxe _C_LABEL() police
details: https://anonhg.NetBSD.org/src/rev/126ec56e155b
branches: trunk
changeset: 526798:126ec56e155b
user: itohy <itohy%NetBSD.org@localhost>
date: Fri May 10 23:21:17 2002 +0000
description:
_C_LABEL() police
diffstat:
sys/arch/i386/stand/lib/crt/pxe/start_pxe.S | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 76d73d116724 -r 126ec56e155b sys/arch/i386/stand/lib/crt/pxe/start_pxe.S
--- a/sys/arch/i386/stand/lib/crt/pxe/start_pxe.S Fri May 10 22:26:59 2002 +0000
+++ b/sys/arch/i386/stand/lib/crt/pxe/start_pxe.S Fri May 10 23:21:17 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: start_pxe.S,v 1.1 2002/02/16 03:37:40 thorpej Exp $ */
+/* $NetBSD: start_pxe.S,v 1.2 2002/05/10 23:21:17 itohy Exp $ */
/*
* Copyright 2001 Wasabi Systems, Inc.
@@ -66,7 +66,7 @@
# set up %ss and %esp
movl %ax, %ss
data32
- movl $start, %esp
+ movl $_C_LABEL(start), %esp
addr32
data32
Home |
Main Index |
Thread Index |
Old Index