mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
Fix Mm64BitPhysicalAddress
svn path=/trunk/; revision=46556
This commit is contained in:
parent
07c9b89e48
commit
77d69ff4d9
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ MemType[] =
|
|||
"LoaderXIPRom "
|
||||
};
|
||||
|
||||
PBOOLEAN Mm64BitPhysicalAddress = FALSE;
|
||||
BOOLEAN Mm64BitPhysicalAddress = FALSE;
|
||||
ULONG MmReadClusterSize;
|
||||
//
|
||||
// 0 | 1 is on/off paging, 2 is undocumented
|
||||
|
|
Loading…
Reference in a new issue