This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
RT-Thread
/
rt-thread
réplica de
https://github-proxy.rt-thread.io/RT-Thread/rt-thread.git
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
update cplusplus support code.
weety
%!s(int64=9) %!d(string=hai) anos
pai
ccadbf8007
achega
a818ba0e2d
Modificáronse 1 ficheiros
con
3 adicións
e
0 borrados
Unificar vista
Mostrar estatísticas de Diff
3
0
components/cplusplus/crt_init.c
+ 3
- 0
components/cplusplus/crt_init.c
Ver ficheiro
@@ -43,6 +43,9 @@ void _init()
void _fini()
void _fini()
{
{
}
}
+
+WEAK void *__dso_handle = 0;
+
#endif
#endif
WEAK
WEAK