kernel/eka/euser/epoc/arm/uc_exe.cpp
branchCompiler_Compatibility
changeset 68 367a75030909
parent 0 a41df078684a
child 246 4a60358e2cbf
--- a/kernel/eka/euser/epoc/arm/uc_exe.cpp	Thu Feb 25 13:16:02 2010 +0000
+++ b/kernel/eka/euser/epoc/arm/uc_exe.cpp	Thu Feb 25 13:20:13 2010 +0000
@@ -70,11 +70,11 @@
 	}
 }
 
-#elif defined(__ARMCC__)
+#elif defined(__EABI__)
 
 TInt CallThrdProcEntry(TInt (*aFn)(void*), void* aPtr, TInt aNotFirst);
 
-__weak void run_static_dtors(void);
+__WEAK__ void run_static_dtors(void);
 
 void globalDestructorFunc()
 	{