mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:25:39 +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->ContextAreaSize = sizeof(Mapping);
|
||||||
HardwareInfo->DmaRegisterSets = 0;
|
HardwareInfo->DmaRegisterSets = 0;
|
||||||
HardwareInfo->DmaChannelOperation = 0;
|
HardwareInfo->DmaChannelOperation = 0;
|
||||||
|
|
||||||
|
setAH(EMS_STATUS_OK);
|
||||||
}
|
}
|
||||||
else if (getAL() == 0x01)
|
else if (getAL() == 0x01)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue