mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
[NTOSKRNL]
Comment out a broken C_ASSERT on amd64 to make it compile. svn path=/trunk/; revision=48083
This commit is contained in:
parent
2faf924bad
commit
36fa896cff
1 changed files with 2 additions and 0 deletions
|
@ -64,8 +64,10 @@ MiCheckPdeForPagedPool(IN PVOID Address)
|
|||
//
|
||||
if (PointerPde->u.Hard.Valid == 0)
|
||||
{
|
||||
#ifndef _M_AMD64
|
||||
/* This seems to be making the assumption that one PDE is one page long */
|
||||
C_ASSERT(PAGE_SIZE == (PD_COUNT * (sizeof(MMPTE) * PDE_COUNT)));
|
||||
#endif
|
||||
|
||||
//
|
||||
// Copy it from our double-mapped system page directory
|
||||
|
|
Loading…
Reference in a new issue