summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorrnordier <rnordier@FreeBSD.org>2000-12-19 00:17:36 +0000
committerrnordier <rnordier@FreeBSD.org>2000-12-19 00:17:36 +0000
commit1d935117724d443998e8619705a4f3de36be1cb3 (patch)
treee7276ae6927ee714dfc4d20c9c68ee1b89749f95 /sys
parentf18adffafa09192fb026f2580fac3735a9a9f190 (diff)
downloadFreeBSD-src-1d935117724d443998e8619705a4f3de36be1cb3.zip
FreeBSD-src-1d935117724d443998e8619705a4f3de36be1cb3.tar.gz
Fix column alignment (whitespace-only change).
Diffstat (limited to 'sys')
-rw-r--r--sys/boot/i386/boot0/boot0.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/i386/boot0/boot0.s b/sys/boot/i386/boot0/boot0.s
index dcc4164..89570ed 100644
--- a/sys/boot/i386/boot0/boot0.s
+++ b/sys/boot/i386/boot0/boot0.s
@@ -86,7 +86,7 @@ start: cld # String ops inc
# Check what flags were loaded with us, specifically, Use a predefined Drive.
# If what the bios gives us is bad, use the '0' in the block instead, as well.
#
-main: testb $0x20,_FLAGS(%bp) # Set number drive?
+main: testb $0x20,_FLAGS(%bp) # Set number drive?
jnz main.1 # Yes
testb %dl,%dl # Drive number valid?
js main.2 # Possibly (0x80 set)
OpenPOWER on IntegriCloud