branch update for HEAD-2003021201
[reactos.git] / ntoskrnl / mm / freelist.c
index 7eff3ab..5a037f4 100644 (file)
@@ -122,7 +122,7 @@ MmGetContinuousPages(ULONG NumberOfBytes,
 {
    ULONG NrPages;
    ULONG i;
-   ULONG start;
+   LONG start;
    ULONG length;
    KIRQL oldIrql;