Sfoglia il codice sorgente

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

already handled the INT13 call.
tags/v0.9.3
Michael Brown 17 anni fa
parent
commit
09118cd5bf
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      src/arch/i386/interface/pcbios/int13.c

+ 1
- 1
src/arch/i386/interface/pcbios/int13.c Vedi 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…
Annulla
Salva