mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[NTVDM]
... and don't forget to set AH to the error code. svn path=/trunk/; revision=67586
This commit is contained in:
parent
93e6fa1b01
commit
6dede8eba6
1 changed files with 2 additions and 0 deletions
|
@ -374,6 +374,8 @@ static VOID WINAPI EmsIntHandler(LPWORD Stack)
|
|||
HardwareInfo->ContextAreaSize = sizeof(Mapping);
|
||||
HardwareInfo->DmaRegisterSets = 0;
|
||||
HardwareInfo->DmaChannelOperation = 0;
|
||||
|
||||
setAH(EMS_STATUS_OK);
|
||||
}
|
||||
else if (getAL() == 0x01)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue