Sync to trunk head (r42241)
[reactos.git] / reactos / ntoskrnl / kd / kdmain.c
index 5f0e8ef..698bc75 100644 (file)
@@ -52,7 +52,7 @@ KdpServiceDispatcher(ULONG Service,
 #if DBG
         case TAG('R', 'o', 's', ' '): /* ROS-INTERNAL */
         {
-            switch ((ULONG)Buffer1)
+            switch ((ULONG_PTR)Buffer1)
             {
                 case DumpNonPagedPool:
                     MiDebugDumpNonPagedPool(FALSE);