X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=ntoskrnl%2Fmm%2Ffreelist.c;h=5a037f4038ea731ee845f4748bf4c1b7c7d55bce;hb=e3ed2d773259cc445c7ff8181ebd934931365328;hp=7eff3abe4d694ccd1cc431921cb7a971ee7d9a84;hpb=d378c68f5a9bb25c9e671dacd482d2e25d211df3;p=reactos.git diff --git a/ntoskrnl/mm/freelist.c b/ntoskrnl/mm/freelist.c index 7eff3ab..5a037f4 100644 --- a/ntoskrnl/mm/freelist.c +++ b/ntoskrnl/mm/freelist.c @@ -122,7 +122,7 @@ MmGetContinuousPages(ULONG NumberOfBytes, { ULONG NrPages; ULONG i; - ULONG start; + LONG start; ULONG length; KIRQL oldIrql;