mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[NTOS]: Assert nobody tries to touch the sharecount of a non-ARM3 page.
svn path=/trunk/; revision=49436
This commit is contained in:
@@ -812,6 +812,7 @@ MiDecrementShareCount(IN PMMPFN Pfn1,
|
||||
ASSERT(PageFrameIndex > 0);
|
||||
ASSERT(MiGetPfnEntry(PageFrameIndex) != NULL);
|
||||
ASSERT(Pfn1 == MiGetPfnEntry(PageFrameIndex));
|
||||
ASSERT(MI_IS_ROS_PFN(Pfn1) == FALSE);
|
||||
|
||||
/* Page must be in-use */
|
||||
if ((Pfn1->u3.e1.PageLocation != ActiveAndValid) &&
|
||||
|
||||
Reference in New Issue
Block a user