[SDK] Make KdRosRegisterCliCallback() return status from KdSystemDebugControl().

This commit is contained in:
Pierre Schweitzer
2018-04-29 12:19:21 +02:00
parent c5a35ecd37
commit de88611590

View File

@@ -47,11 +47,11 @@ KdRosDumpStackFrames(
#if defined(KDBG)
FORCEINLINE
VOID
ULONG
KdRosRegisterCliCallback(
PVOID Callback)
{
KdSystemDebugControl('RbdK', Callback, FALSE, 0, 0, 0, 0);
return KdSystemDebugControl('RbdK', Callback, FALSE, 0, 0, 0, 0);
}
FORCEINLINE