mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[SDK] Make KdRosRegisterCliCallback() return status from KdSystemDebugControl().
This commit is contained in:
parent
c5a35ecd37
commit
de88611590
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue