diff -r 9aca3be14c27 -r 14267bc009a6 kernel/eka/common/mem.cpp --- a/kernel/eka/common/mem.cpp Mon Jul 12 14:24:01 2010 +0100 +++ b/kernel/eka/common/mem.cpp Wed Jul 21 14:31:36 2010 +0100 @@ -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)