mirror of
https://github.com/reactos/reactos.git
synced 2025-02-28 19:32:59 +00:00
[NTOS:KD64] Add a missing KdEnteredDebugger reset in KdExitDebugger()
This commit is contained in:
parent
6b89a0da11
commit
7068a790b2
1 changed files with 2 additions and 1 deletions
|
@ -1952,7 +1952,8 @@ KdExitDebugger(IN BOOLEAN Enable)
|
||||||
{
|
{
|
||||||
ULONG TimeSlip;
|
ULONG TimeSlip;
|
||||||
|
|
||||||
/* Restore the state and unlock the port */
|
/* Reset the debugger entered flag, restore the port state and unlock it */
|
||||||
|
KdEnteredDebugger = FALSE;
|
||||||
KdRestore(FALSE);
|
KdRestore(FALSE);
|
||||||
if (KdpPortLocked) KdpPortUnlock();
|
if (KdpPortLocked) KdpPortUnlock();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue