This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
lqb
/
rt-thread
espejo de
https://gitee.com/rtthread/rt-thread.git
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
update cplusplus support code.
weety
hace 8 años
padre
ccadbf8007
commit
a818ba0e2d
Se han
modificado 1 ficheros
con
3 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
3
0
components/cplusplus/crt_init.c
+ 3
- 0
components/cplusplus/crt_init.c
Ver fichero
@@ -43,6 +43,9 @@ void _init()
void _fini()
{
}
+
+WEAK void *__dso_handle = 0;
+
#endif
WEAK