This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
lqb
/
rt-thread
kopia lustrzana
https://gitee.com/rtthread/rt-thread.git
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Przeglądaj źródła
update cplusplus support code.
weety
8 lat temu
rodzic
ccadbf8007
commit
a818ba0e2d
1 zmienionych plików
z
3 dodań
i
0 usunięć
Widok podzielony
Pokaż statystyki zmian
3
0
components/cplusplus/crt_init.c
+ 3
- 0
components/cplusplus/crt_init.c
Wyświetl plik
@@ -43,6 +43,9 @@ void _init()
void _fini()
{
}
+
+WEAK void *__dso_handle = 0;
+
#endif
WEAK