mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 15:23:03 +00:00
[NTOS:KD64]
- Fix a copy-pasta. - Spotted by Sumanai. Thanks! CORE-12952 svn path=/trunk/; revision=74210
This commit is contained in:
parent
249a485fb2
commit
0457d0515e
1 changed files with 1 additions and 1 deletions
|
@ -1200,7 +1200,7 @@ KdpWriteIoSpaceExtended(IN PDBGKD_MANIPULATE_STATE64 State,
|
|||
ASSERT(Data->Length == 0);
|
||||
|
||||
/* Call the internal routine */
|
||||
State->ReturnStatus = KdpSysReadIoSpace(WriteIoExtended->InterfaceType,
|
||||
State->ReturnStatus = KdpSysWriteIoSpace(WriteIoExtended->InterfaceType,
|
||||
WriteIoExtended->BusNumber,
|
||||
WriteIoExtended->AddressSpace,
|
||||
WriteIoExtended->IoAddress,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue