update for HEAD-2003021201
[reactos.git] / ntoskrnl / kd / gdbstub.c
index 2d1ec76..89c2112 100644 (file)
@@ -406,7 +406,7 @@ GspMem2Hex (PCHAR Address,
 
   if (MayFault)
     MemoryFaultRoutine = GspSetMemoryError;
-  for (i = 0; i < Count; i++)
+  for (i = 0; i < (ULONG) Count; i++)
     {
       ch = GspGetChar (Address++);
       if (MayFault && GspMemoryError)