Browse Source

Merge pull request #738 from weety/cplusplus

update cplusplus support code.
Bernard Xiong 8 years ago
parent
commit
acc9072a15
1 changed files with 3 additions and 0 deletions
  1. 3 0
      components/cplusplus/crt_init.c

+ 3 - 0
components/cplusplus/crt_init.c

@@ -43,6 +43,9 @@ void _init()
 void _fini()
 {
 }
+
+WEAK void *__dso_handle = 0;
+
 #endif
 
 WEAK