equal
deleted
inserted
replaced
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) |