Browse Source

Typo.

tags/v0.9.3
Michael Brown 18 years ago
parent
commit
dd75965057
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/arch/i386/firmware/pcbios/bios_console.c

+ 1
- 1
src/arch/i386/firmware/pcbios/bios_console.c View File

@@ -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
 }

Loading…
Cancel
Save