[NTSOKRNL]

Remove a broken ASSERT. Fixes MSVC build


svn path=/trunk/; revision=55903
This commit is contained in:
Timo Kreuzer 2012-02-28 17:50:21 +00:00
parent ec76cc0bc3
commit 35784af061

View file

@ -936,9 +936,6 @@ MmArmAccessFault(IN BOOLEAN StoreInstruction,
/* Right now, we only handle scenarios where the PDE is totally empty */
ASSERT(PointerPde->u.Long == 0);
/* Right now, we expect a valid protection mask on the VAD */
ASSERT(ProtectionCode != MM_NOACCESS);
/* And go dispatch the fault on the PDE. This should handle the demand-zero */
#if MI_TRACE_PFNS
UserPdeFault = TRUE;