fixed some signed/unsigned comparison warnings with -Wsign-compare
[reactos.git] / reactos / ntoskrnl / mm / i386 / page.c
index 2965410..e8d7eb6 100644 (file)
@@ -2063,7 +2063,7 @@ PVOID
 MmCreateHyperspaceMapping(PFN_TYPE Page)
 {
    PVOID Address;
-   LONG i;
+   ULONG i;
 
    if (Ke386Pae)
    {