mirror of
https://github.com/reactos/reactos.git
synced 2025-04-21 20:50:29 +00:00
[NTOS:KD64] Implement KdSystemDebugControl: SysDbgCheckLowMemory
This commit is contained in:
parent
2fe3de6c69
commit
1db1bceaa7
1 changed files with 1 additions and 2 deletions
|
@ -2571,8 +2571,7 @@ KdSystemDebugControl(
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case SysDbgCheckLowMemory:
|
case SysDbgCheckLowMemory:
|
||||||
UNIMPLEMENTED;
|
Status = KdpSysCheckLowMemory(0);
|
||||||
Status = STATUS_NOT_IMPLEMENTED;
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in a new issue