mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
[NTOS:MM] MmSizeOfSystemCacheInPages is ULONG_PTR, not ULONG
Fixes failed assertion on x64.
This commit is contained in:
parent
adcae016c5
commit
de679e8f33
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue