kernel/eka/euser/epoc/arm/uc_exe.cpp
branchCompiler_Compatibility
changeset 68 367a75030909
parent 0 a41df078684a
child 246 4a60358e2cbf
equal deleted inserted replaced
67:0b53155cb38a 68:367a75030909
    68 		}
    68 		}
    69 	User::Exit(r);
    69 	User::Exit(r);
    70 	}
    70 	}
    71 }
    71 }
    72 
    72 
    73 #elif defined(__ARMCC__)
    73 #elif defined(__EABI__)
    74 
    74 
    75 TInt CallThrdProcEntry(TInt (*aFn)(void*), void* aPtr, TInt aNotFirst);
    75 TInt CallThrdProcEntry(TInt (*aFn)(void*), void* aPtr, TInt aNotFirst);
    76 
    76 
    77 __weak void run_static_dtors(void);
    77 __WEAK__ void run_static_dtors(void);
    78 
    78 
    79 void globalDestructorFunc()
    79 void globalDestructorFunc()
    80 	{
    80 	{
    81 	int call_static_dtors = (int)run_static_dtors;
    81 	int call_static_dtors = (int)run_static_dtors;
    82 	if (call_static_dtors)
    82 	if (call_static_dtors)