diff options
author | obrien <obrien@FreeBSD.org> | 2004-04-20 13:34:18 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2004-04-20 13:34:18 +0000 |
commit | 333a9bb2543cf7af7798ac4cb2488648d1abae0c (patch) | |
tree | 4dd58bcf47cf3c6d821496184613e2a3f08a8ba0 /sys/boot/i386 | |
parent | 86348d86ebc814850c080177abd5e784cebaced4 (diff) | |
download | FreeBSD-src-333a9bb2543cf7af7798ac4cb2488648d1abae0c.zip FreeBSD-src-333a9bb2543cf7af7798ac4cb2488648d1abae0c.tar.gz |
Fix a last second typo in 'vi' that caused a problem.
Diffstat (limited to 'sys/boot/i386')
-rw-r--r-- | sys/boot/i386/boot0/boot0ext.S | 4 | ||||
-rw-r--r-- | sys/boot/i386/boot0/boot0ext.s | 4 |
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 # |