Explorar el Código

update cplusplus support code.

weety hace 8 años
padre
commit
a818ba0e2d
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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