Explorar el Código

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

already handled the INT13 call.
tags/v0.9.3
Michael Brown hace 19 años
padre
commit
09118cd5bf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/arch/i386/interface/pcbios/int13.c

+ 1
- 1
src/arch/i386/interface/pcbios/int13.c Ver fichero

390
 		/* Set OF to indicate to wrapper not to chain this call */
390
 		/* Set OF to indicate to wrapper not to chain this call */
391
 		ix86->flags |= OF;
391
 		ix86->flags |= OF;
392
 
392
 
393
-		break;
393
+		return;
394
 	}
394
 	}
395
 
395
 
396
 	/* Remap BIOS drive */
396
 	/* Remap BIOS drive */

Loading…
Cancelar
Guardar