branch | CompilerCompatibility |
changeset 77 | c4d65d91ad0c |
parent 62 | 4a8fed1c0ef6 |
child 109 | b3a1d9898418 |
--- a/kernel/eka/memmodel/epoc/direct/minit.cpp Mon Mar 08 11:57:08 2010 +0000 +++ b/kernel/eka/memmodel/epoc/direct/minit.cpp Sun Mar 14 13:15:32 2010 +0000 @@ -84,6 +84,11 @@ // Third phase MMU initialisation } +void M::Init4() + { + // Fourth phase MMU initialisation - Not required on this memory model. + } + TInt M::InitSvHeapChunk(DChunk* aChunk, TInt aSize) { DMemModelChunk* pC=(DMemModelChunk*)aChunk;