Browse Source

update cplusplus support code.

weety 8 năm trước cách đây
mục cha
commit
a818ba0e2d
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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