This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
登録
サインイン
lqb
/
rt-thread
同期ミラー
https://gitee.com/rtthread/rt-thread.git
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
Wiki
ソースを参照
update cplusplus support code.
weety
8 年 前
親
ccadbf8007
コミット
a818ba0e2d
1 ファイル変更
、
3 行追加
、
0 行削除
分割表示
差分情報を表示
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