[ros-diffs] [sir_richard] 48987: [NTOS]: We don't support SEC_BASED for ARM3 sectios either, ASSERT that.

sir_richard at svn.reactos.org sir_richard at svn.reactos.org
Tue Oct 5 04:56:05 UTC 2010


Author: sir_richard
Date: Tue Oct  5 04:56:04 2010
New Revision: 48987

URL: http://svn.reactos.org/svn/reactos?rev=48987&view=rev
Log:
[NTOS]: We don't support SEC_BASED for ARM3 sectios either, ASSERT that.

Modified:
    trunk/reactos/ntoskrnl/mm/ARM3/section.c

Modified: trunk/reactos/ntoskrnl/mm/ARM3/section.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/mm/ARM3/section.c?rev=48987&r1=48986&r2=48987&view=diff
==============================================================================
--- trunk/reactos/ntoskrnl/mm/ARM3/section.c [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/mm/ARM3/section.c [iso-8859-1] Tue Oct  5 04:56:04 2010
@@ -592,6 +592,7 @@
     ASSERT(FileHandle == NULL);
     ASSERT(FileObject == NULL);
     ASSERT((AllocationAttributes & SEC_LARGE_PAGES) == 0);
+    ASSERT((AllocationAttributes & SEC_BASED) == 0);
 
     /* Make the same sanity checks that the Nt interface should've validated */
     ASSERT((AllocationAttributes & ~(SEC_COMMIT | SEC_RESERVE | SEC_BASED |




More information about the Ros-diffs mailing list