mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 05:52:56 +00:00
[NTSOKRNL]
Remove a broken ASSERT. Fixes MSVC build svn path=/trunk/; revision=55903
This commit is contained in:
parent
ec76cc0bc3
commit
35784af061
1 changed files with 8 additions and 11 deletions
|
@ -936,9 +936,6 @@ MmArmAccessFault(IN BOOLEAN StoreInstruction,
|
||||||
/* Right now, we only handle scenarios where the PDE is totally empty */
|
/* Right now, we only handle scenarios where the PDE is totally empty */
|
||||||
ASSERT(PointerPde->u.Long == 0);
|
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 */
|
/* And go dispatch the fault on the PDE. This should handle the demand-zero */
|
||||||
#if MI_TRACE_PFNS
|
#if MI_TRACE_PFNS
|
||||||
UserPdeFault = TRUE;
|
UserPdeFault = TRUE;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue