aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2004-04-20 13:34:18 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2004-04-20 13:34:18 +0000
commitd2f313a8ae0da6b7490622025f49e31893a49bb6 (patch)
tree4dd58bcf47cf3c6d821496184613e2a3f08a8ba0 /sys/boot
parentda48dbe191af37cc02177d85bf298b47b1b885a3 (diff)
Notes
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/i386/boot0/boot0ext.S4
-rw-r--r--sys/boot/i386/boot0/boot0ext.s4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/boot/i386/boot0/boot0ext.S b/sys/boot/i386/boot0/boot0ext.S
index 305a4ba80fe20..b61c4b9116a45 100644
--- a/sys/boot/i386/boot0/boot0ext.S
+++ b/sys/boot/i386/boot0/boot0ext.S
@@ -157,10 +157,10 @@ main.3: movb %ch,-0x4(%bx) # Zero active flag (ch == 0)
# pointing at its first element which points to a "?".
#
addw $TBL1SZ,%di # Adjust
-main.4 movb (%di),%cl # Partition
+main.4: movb (%di),%cl # Partition
addw %cx,%di # description
callw putx # Display it
-main.5 incw %dx # Next item
+main.5: incw %dx # Next item
addb $0x10,%bl # Next entry
jnc main.3 # Till done
#
diff --git a/sys/boot/i386/boot0/boot0ext.s b/sys/boot/i386/boot0/boot0ext.s
index 305a4ba80fe20..b61c4b9116a45 100644
--- a/sys/boot/i386/boot0/boot0ext.s
+++ b/sys/boot/i386/boot0/boot0ext.s
@@ -157,10 +157,10 @@ main.3: movb %ch,-0x4(%bx) # Zero active flag (ch == 0)
# pointing at its first element which points to a "?".
#
addw $TBL1SZ,%di # Adjust
-main.4 movb (%di),%cl # Partition
+main.4: movb (%di),%cl # Partition
addw %cx,%di # description
callw putx # Display it
-main.5 incw %dx # Next item
+main.5: incw %dx # Next item
addb $0x10,%bl # Next entry
jnc main.3 # Till done
#