ソースを参照

Typo.

tags/v0.9.3
Michael Brown 18年前
コミット
dd75965057
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      src/arch/i386/firmware/pcbios/bios_console.c

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

@@ -65,7 +65,7 @@ static int bios_iskey ( void ) {
65 65
 					   "popw %w0\n\t"
66 66
 					   "cli\n\t" )
67 67
 			       : "=r" ( flags ), "=a" ( discard_a )
68
-			       : "a" ( 0x0001 ) );
68
+			       : "a" ( 0x0100 ) );
69 69
 	
70 70
 	return ( ! ( flags & ZF ) );
71 71
 }

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