From 226ff8180fecddb32ab0c9f3916af235656f3633 Mon Sep 17 00:00:00 2001 From: Rod Grimes Date: Sun, 14 Nov 1993 02:27:22 +0000 Subject: [PATCH] Add _bde_exists: label so that the global is really defined. Fix spelling error (mount -> amount) --- sys/i386/i386/locore.s | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/i386/i386/locore.s b/sys/i386/i386/locore.s index 4b4e36f25c..3d07190e68 100644 --- a/sys/i386/i386/locore.s +++ b/sys/i386/i386/locore.s @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)locore.s 7.3 (Berkeley) 5/13/91 - * $Id$ + * $Id: locore.s,v 1.10 1993/11/13 02:25:00 davidg Exp $ */ /* @@ -128,7 +128,7 @@ _proc0paddr: .long 0 /* address of proc 0 address space */ #ifdef BDE_DEBUGGER .globl _bdb_exists /* flag to indicate BDE debugger is available */ - .long 0 +_bde_exists: .long 0 #endif .globl tmpstk @@ -220,7 +220,7 @@ ENTRY(btext) /* clear bss */ movl $_edata-KERNBASE,%edi - subl %edi,%ecx /* get mount to clear */ + subl %edi,%ecx /* get amount to clear */ xorl %eax,%eax /* specify zero fill */ cld rep -- 2.20.1