소스 검색

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