mirror of
https://github.com/ipxe/ipxe
synced 2025-12-12 14:32:49 +03:00
Typo.
This commit is contained in:
@@ -65,7 +65,7 @@ static int bios_iskey ( void ) {
|
|||||||
"popw %w0\n\t"
|
"popw %w0\n\t"
|
||||||
"cli\n\t" )
|
"cli\n\t" )
|
||||||
: "=r" ( flags ), "=a" ( discard_a )
|
: "=r" ( flags ), "=a" ( discard_a )
|
||||||
: "a" ( 0x0001 ) );
|
: "a" ( 0x0100 ) );
|
||||||
|
|
||||||
return ( ! ( flags & ZF ) );
|
return ( ! ( flags & ZF ) );
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user