--- a/kernel/eka/common/mem.cpp Thu Aug 19 11:14:22 2010 +0300
+++ b/kernel/eka/common/mem.cpp Tue Aug 31 16:34:26 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)