summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/i386')
-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 305a4ba..b61c4b9 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 305a4ba..b61c4b9 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
#
OpenPOWER on IntegriCloud