mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[NTVDM]: Fix VDDInstallIOHook.
svn path=/branches/ntvdm/; revision=61369
This commit is contained in:
@@ -557,11 +557,12 @@ VDDInstallIOHook(HANDLE hVdd,
|
||||
IoPortProc[i].IoHandlers.OutsD = NULL;
|
||||
|
||||
/* Save our handlers */
|
||||
IoPortProc[i].VddIoHandlers = *IOhandler; // IOhandler[i]; ?????????
|
||||
IoPortProc[i].VddIoHandlers = *IOhandler;
|
||||
}
|
||||
|
||||
/* Go to next range */
|
||||
/* Go to the next range */
|
||||
++pPortRange;
|
||||
++IOhandler;
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
@@ -601,7 +602,7 @@ VDDDeInstallIOHook(HANDLE hVdd,
|
||||
ZeroMemory(&IoPortProc[i], sizeof(IoPortProc[i]));
|
||||
}
|
||||
|
||||
/* Go to next range */
|
||||
/* Go to the next range */
|
||||
++pPortRange;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user