mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 04:13:32 +00:00
[KD64]
- KdpSetContext: don't include the CONTEXT data in the reply. WinDbg doesn't like that. svn path=/branches/ros-amd64-bringup/; revision=43818
This commit is contained in:
@@ -675,7 +675,7 @@ KdpSetContext(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