Merge trunk head (r43756)
[reactos.git] / reactos / ntoskrnl / kd / kdmain.c
index bc54173..4a17c74 100644 (file)
@@ -52,7 +52,7 @@ KdpServiceDispatcher(ULONG Service,
 #if DBG
         case ' soR': /* ROS-INTERNAL */
         {
-            switch ((ULONG)Buffer1)
+            switch ((ULONG_PTR)Buffer1)
             {
                 case ManualBugCheck:
                     KeBugCheck(MANUALLY_INITIATED_CRASH);