Just cause it ain't AMD64 ain't meaning it's just x86... so make the macro x86-inclusive instead of x64-exclusive (since we don't want those definitions on ARM either)

svn path=/trunk/; revision=41870
This commit is contained in:
ReactOS Portable Systems Group 2009-07-11 12:04:26 +00:00
parent b7705f8eeb
commit cc54067fdd

View file

@ -23,7 +23,7 @@
/* Base Addres of Kernel in Physical Memory */
#define KERNEL_BASE_PHYS 0x800000
#if !defined(_M_AMD64)
#if defined(_M_IX86)
/* Bits to shift to convert a Virtual Address into an Offset in the Page Table */
#define PFN_SHIFT 12