Browse Source

Don't overwrite %dl with a (potentially) modified drive number if we

already handled the INT13 call.
tags/v0.9.3
Michael Brown 17 years ago
parent
commit
09118cd5bf
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/arch/i386/interface/pcbios/int13.c

+ 1
- 1
src/arch/i386/interface/pcbios/int13.c View File

@@ -390,7 +390,7 @@ static void int13 ( struct i386_all_regs *ix86 ) {
390 390
 		/* Set OF to indicate to wrapper not to chain this call */
391 391
 		ix86->flags |= OF;
392 392
 
393
-		break;
393
+		return;
394 394
 	}
395 395
 
396 396
 	/* Remap BIOS drive */

Loading…
Cancel
Save