david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

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

already handled the INT13 call.
This commit is contained in:
Michael Brown 2007-07-25 02:03:29 +01:00
parent d5e39286f7
commit 09118cd5bf
1 changed files with 1 additions and 1 deletions

View File

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