This website works better with JavaScript
Home
Explore
Help
Register
Sign In
lqb
/
rt-thread
mirror of
https://gitee.com/rtthread/rt-thread.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
update cplusplus support code.
weety
8 years ago
parent
ccadbf8007
commit
a818ba0e2d
1 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
3
0
components/cplusplus/crt_init.c
+ 3
- 0
components/cplusplus/crt_init.c
View File
@@ -43,6 +43,9 @@ void _init()
void _fini()
{
}
+
+WEAK void *__dso_handle = 0;
+
#endif
WEAK