[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
No known key found for this signature in database
GPG key ID: 7545556C3D585B0B

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