mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[NTOSKRNL] Fix build
This commit is contained in:
parent
2125fec23a
commit
0b5033e2ff
1 changed files with 1 additions and 1 deletions
|
@ -2165,7 +2165,7 @@ KdSystemDebugControl(
|
|||
_In_ KPROCESSOR_MODE PreviousMode)
|
||||
{
|
||||
/* Handle some internal commands */
|
||||
switch (Command)
|
||||
switch ((ULONG)Command)
|
||||
{
|
||||
#if DBG
|
||||
case ' soR': /* ROS-INTERNAL */
|
||||
|
|
Loading…
Reference in a new issue