[NTOS:MM] MmSizeOfSystemCacheInPages is ULONG_PTR, not ULONG
[reactos.git] / ntoskrnl / mm / ARM3 / mminit.c
index 5e4bc30..f1d7c2b 100644 (file)
@@ -242,7 +242,7 @@ PMMPTE MiHighestUserPxe;
 /* These variables define the system cache address space */
 PVOID MmSystemCacheStart = (PVOID)MI_SYSTEM_CACHE_START;
 PVOID MmSystemCacheEnd;
-ULONG MmSizeOfSystemCacheInPages;
+ULONG_PTR MmSizeOfSystemCacheInPages;
 MMSUPPORT MmSystemCacheWs;
 
 //