Add _bde_exists: label so that the global is really defined. Fix spelling
authorRod Grimes <rgrimes@FreeBSD.org>
Sun, 14 Nov 1993 02:27:22 +0000 (02:27 +0000)
committerRod Grimes <rgrimes@FreeBSD.org>
Sun, 14 Nov 1993 02:27:22 +0000 (02:27 +0000)
error (mount -> amount)

sys/i386/i386/locore.s

index 4b4e36f..3d07190 100644 (file)
@@ -34,7 +34,7 @@
  * SUCH DAMAGE.
  *
  *     from: @(#)locore.s      7.3 (Berkeley) 5/13/91
  * 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 */
 
 #ifdef BDE_DEBUGGER
        .globl  _bdb_exists                     /* flag to indicate BDE debugger is available */
-               .long   0
+_bde_exists:   .long   0
 #endif
 
        .globl  tmpstk
 #endif
 
        .globl  tmpstk
@@ -220,7 +220,7 @@ ENTRY(btext)
 
 /* clear bss */
        movl    $_edata-KERNBASE,%edi
 
 /* 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
        xorl    %eax,%eax                       /* specify zero fill */
        cld
        rep