[NTOS:MM] MmSizeOfSystemCacheInPages is ULONG_PTR, not ULONG

Fixes failed assertion on x64.
This commit is contained in:
Timo Kreuzer
2019-08-15 18:04:57 +02:00
parent adcae016c5
commit de679e8f33
+1 -1
View 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;
//