ソースを参照

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

already handled the INT13 call.
tags/v0.9.3
Michael Brown 17年前
コミット
09118cd5bf
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      src/arch/i386/interface/pcbios/int13.c

+ 1
- 1
src/arch/i386/interface/pcbios/int13.c ファイルの表示

@@ -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 */

読み込み中…
キャンセル
保存