kernel/eka/euser/epoc/arm/uc_exe.cpp
changeset 104 466a0df5c15a
parent 0 a41df078684a
child 246 4a60358e2cbf
equal deleted inserted replaced
100:cad27fd7ca1a 104:466a0df5c15a
    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)