diff -r 43365a9b78a3 -r d8d70de2bd36 kernel/eka/common/mem.cpp --- a/kernel/eka/common/mem.cpp Tue Jul 06 15:50:07 2010 +0300 +++ b/kernel/eka/common/mem.cpp Wed Aug 18 11:08:29 2010 +0300 @@ -26,6 +26,8 @@ extern "C" { +#ifndef __MEMMOVE_MACHINE_CODED__ + // See header file e32cmn.h for the in-source documentation. EXPORT_C TAny* memcpy(TAny* aTrg, const TAny* aSrc, unsigned int aLength) { @@ -74,7 +76,7 @@ return aTrg; } - +#endif // ! __MEMMOVE_MACHINE_CODED__ // See header file e32cmn.h for the in-source documentation. EXPORT_C TAny* memclr(TAny* aTrg, unsigned int aLength)