mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[NTVDM]
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:
parent
4113fbb5a3
commit
2c93627ac0
1 changed files with 1 additions and 0 deletions
|
@ -181,6 +181,7 @@ static VOID WINAPI BiosMiscService(LPWORD Stack)
|
|||
if (getBL() != 0 && (Bda->TickCounter - StartingCount) >= getBL())
|
||||
{
|
||||
/* Timeout expired */
|
||||
setCF(0);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue