[NTOSKRNL] Fix build

This commit is contained in:
Jérôme Gardou 2020-03-20 10:32:40 +00:00
parent 2125fec23a
commit 0b5033e2ff

View file

@ -2165,7 +2165,7 @@ KdSystemDebugControl(
_In_ KPROCESSOR_MODE PreviousMode)
{
/* Handle some internal commands */
switch (Command)
switch ((ULONG)Command)
{
#if DBG
case ' soR': /* ROS-INTERNAL */