[NTOS:KD64]

- Fix a copy-pasta.
- Spotted by Sumanai. Thanks!
CORE-12952

svn path=/trunk/; revision=74210
This commit is contained in:
Kamil Hornicek 2017-03-20 10:21:11 +00:00
parent 249a485fb2
commit 0457d0515e

View file

@ -1200,7 +1200,7 @@ KdpWriteIoSpaceExtended(IN PDBGKD_MANIPULATE_STATE64 State,
ASSERT(Data->Length == 0); ASSERT(Data->Length == 0);
/* Call the internal routine */ /* Call the internal routine */
State->ReturnStatus = KdpSysReadIoSpace(WriteIoExtended->InterfaceType, State->ReturnStatus = KdpSysWriteIoSpace(WriteIoExtended->InterfaceType,
WriteIoExtended->BusNumber, WriteIoExtended->BusNumber,
WriteIoExtended->AddressSpace, WriteIoExtended->AddressSpace,
WriteIoExtended->IoAddress, WriteIoExtended->IoAddress,