From a115c84d5896819f935fbd70a6821b9c5038b1e9 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Tue, 11 Apr 2006 20:09:42 +0000 Subject: [PATCH] Minor whitespace tweak. --- sys/boot/i386/boot2/boot1.S | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/boot/i386/boot2/boot1.S b/sys/boot/i386/boot2/boot1.S index 909cdf279b13..cd397302b9e1 100644 --- a/sys/boot/i386/boot2/boot1.S +++ b/sys/boot/i386/boot2/boot1.S @@ -212,8 +212,7 @@ seta20.2: inb $0x64,%al # Get status jnz seta20.2 # Yes movb $0xdf,%al # Enable outb %al,$0x60 # A20 -seta20.3: - sti # Enable interrupts +seta20.3: sti # Enable interrupts jmp start+MEM_JMP-MEM_ORG # Start BTX