瀏覽代碼

update cplusplus support code.

weety 8 年之前
父節點
當前提交
a818ba0e2d
共有 1 個文件被更改,包括 3 次插入0 次删除
  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