Make sure the BOP doesn't repeat when the timeout expires in INT 15h, AH = 41h.


svn path=/trunk/; revision=67613
This commit is contained in:
Aleksandar Andrejevic 2015-05-10 02:10:19 +00:00
parent 4113fbb5a3
commit 2c93627ac0

View file

@ -181,6 +181,7 @@ static VOID WINAPI BiosMiscService(LPWORD Stack)
if (getBL() != 0 && (Bda->TickCounter - StartingCount) >= getBL())
{
/* Timeout expired */
setCF(0);
break;
}