2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-24 12:11:33 +00:00
This commit is contained in:
Michael Brown 2006-05-25 00:00:53 +00:00
parent e4f8d6eed7
commit dd75965057

View File

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