这里的静态对象不需要析构

This commit is contained in:
大石头X2 2017-02-10 18:00:57 +08:00
parent 064f8ec341
commit fcdce03179
1 changed files with 1 additions and 0 deletions

View File

@ -142,6 +142,7 @@ void assert_failed2(cstring msg, cstring file, unsigned int line)
}
extern "C" {
// 这里的静态对象不需要析构
int __aeabi_atexit(int a1, int a2, int a3)
{
return 0;