Skip to content

Commit 1db1bce

Browse files
hpoussinHBelusca
authored andcommitted
[NTOS:KD64] Implement KdSystemDebugControl: SysDbgCheckLowMemory
1 parent 2fe3de6 commit 1db1bce

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ntoskrnl/kd64/kdapi.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2571,8 +2571,7 @@ KdSystemDebugControl(
25712571
break;
25722572

25732573
case SysDbgCheckLowMemory:
2574-
UNIMPLEMENTED;
2575-
Status = STATUS_NOT_IMPLEMENTED;
2574+
Status = KdpSysCheckLowMemory(0);
25762575
break;
25772576

25782577
default:

0 commit comments

Comments
 (0)