mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
[NTVDM]
... and don't forget to set AH to the error code. svn path=/trunk/; revision=67586
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user