mirror of
https://github.com/ipxe/ipxe
synced 2025-12-19 19:49:45 +03:00
Don't overwrite %dl with a (potentially) modified drive number if we
already handled the INT13 call.
This commit is contained in:
@@ -390,7 +390,7 @@ static void int13 ( struct i386_all_regs *ix86 ) {
|
|||||||
/* Set OF to indicate to wrapper not to chain this call */
|
/* Set OF to indicate to wrapper not to chain this call */
|
||||||
ix86->flags |= OF;
|
ix86->flags |= OF;
|
||||||
|
|
||||||
break;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Remap BIOS drive */
|
/* Remap BIOS drive */
|
||||||
|
|||||||
Reference in New Issue
Block a user