mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 01:25:41 +00:00
[NTOS]: We don't support SEC_BASED for ARM3 sectios either, ASSERT that.
svn path=/trunk/; revision=48987
This commit is contained in:
parent
d2d2aa1188
commit
fe408085b7
1 changed files with 1 additions and 0 deletions
|
@ -592,6 +592,7 @@ MmCreateArm3Section(OUT PVOID *SectionObject,
|
|||
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 |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue