mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-15 15:51:44 +00:00
Don't overwrite %dl with a (potentially) modified drive number if we
already handled the INT13 call.
This commit is contained in:
parent
d5e39286f7
commit
09118cd5bf
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user