https://git.reactos.org/?p=reactos.git;a=commitdiff;h=0b5033e2ff891f47f0a72c...
commit 0b5033e2ff891f47f0a72c00847ab2028f279511 Author: Jérôme Gardou jerome.gardou@reactos.org AuthorDate: Fri Mar 20 10:32:40 2020 +0000 Commit: Jérôme Gardou jerome.gardou@reactos.org CommitDate: Mon Mar 30 07:36:30 2020 +0000
[NTOSKRNL] Fix build --- ntoskrnl/kd64/kdapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ntoskrnl/kd64/kdapi.c b/ntoskrnl/kd64/kdapi.c index e7d304bf726..06c80a29668 100644 --- a/ntoskrnl/kd64/kdapi.c +++ b/ntoskrnl/kd64/kdapi.c @@ -2165,7 +2165,7 @@ KdSystemDebugControl( _In_ KPROCESSOR_MODE PreviousMode) { /* Handle some internal commands */ - switch (Command) + switch ((ULONG)Command) { #if DBG case ' soR': /* ROS-INTERNAL */