... and don't forget to set AH to the error code.


svn path=/trunk/; revision=67586
This commit is contained in:
Aleksandar Andrejevic 2015-05-06 23:13:55 +00:00
parent 93e6fa1b01
commit 6dede8eba6

View file

@ -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)
{