mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
- Merge 43818 to trunk.
- Don't return any data for DbgKdSetBusDataApi either. svn path=/trunk/; revision=43819
This commit is contained in:
@@ -674,7 +674,7 @@ KdpSetContext(IN PDBGKD_MANIPULATE_STATE64 State,
|
||||
/* Send the reply */
|
||||
KdSendPacket(PACKET_TYPE_KD_STATE_MANIPULATE,
|
||||
&Header,
|
||||
Data,
|
||||
NULL,
|
||||
&KdpContext);
|
||||
}
|
||||
|
||||
@@ -815,7 +815,7 @@ KdpSetBusData(IN PDBGKD_MANIPULATE_STATE64 State,
|
||||
/* Send the reply */
|
||||
KdSendPacket(PACKET_TYPE_KD_STATE_MANIPULATE,
|
||||
&Header,
|
||||
Data,
|
||||
NULL,
|
||||
&KdpContext);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user