mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 19:22:58 +00:00
[NTOSKRNL]
Remove the broken ASSERT once again. Sigh... svn path=/trunk/; revision=55947
This commit is contained in:
parent
22a4a0901f
commit
51220b9ed1
1 changed files with 0 additions and 3 deletions
|
@ -919,9 +919,6 @@ UserFault:
|
|||
/* 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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue