kernel/eka/memmodel/epoc/moving/mchunk.cpp
branchRCL_3
changeset 110 c734af59ce98
parent 36 538db54a451d
--- a/kernel/eka/memmodel/epoc/moving/mchunk.cpp	Tue Apr 27 18:02:57 2010 +0300
+++ b/kernel/eka/memmodel/epoc/moving/mchunk.cpp	Tue May 11 17:28:22 2010 +0300
@@ -467,7 +467,8 @@
 		{
 		// Allocate a block of contiguous RAM from the free pool
 		TInt numPages=(endOffset-offset)>>m.iPageShift;
-		r=m.AllocContiguousRam(numPages<<m.iPageShift, nextPage, GetPageType(), 0);
+		__NK_ASSERT_DEBUG(EPageFixed == GetPageType());
+		r=m.AllocContiguousRam(numPages<<m.iPageShift, nextPage, 0);
 		if (r!=KErrNone)
 			return r;
 		if(clearRam)