summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--isolinux.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/isolinux.asm b/isolinux.asm
index 7fa64c64..2830ecbf 100644
--- a/isolinux.asm
+++ b/isolinux.asm
@@ -583,14 +583,14 @@ spec_query_failed:
mov si,alright_msg
call writemsg
mov [DriveNo],dl
- jmp found_drive
+.found_drive: jmp found_drive
; Award BIOS 4.51 apparently passes garbage in sp_drive,
; but if this was the drive number originally passed in
; DL then consider it "good enough"
.maybe_broken:
cmp byte [DriveNo],dl
- je found_drive
+ je .found_drive
.still_broken: dec dx
cmp dl, 80h