[NTOSKRNL]
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Fri, 16 Jul 2010 15:11:44 +0000 (15:11 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Fri, 16 Jul 2010 15:11:44 +0000 (15:11 +0000)
Comment out a broken C_ASSERT on amd64 to make it compile.

svn path=/trunk/; revision=48083

reactos/ntoskrnl/mm/ARM3/pagfault.c

index 05fdb2d..ad85641 100644 (file)
@@ -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