未验证 提交 74b2a49d 编写于 作者: G guo 提交者: GitHub

Merge pull request #4977 from Dozingfiretruck/master

fix:Support for GCC compile startup
......@@ -106,7 +106,7 @@ Reset_Handler:
/* Call static constructors */
bl __libc_init_array
/* Call the application s entry point.*/
bl main
bl entry
LoopForever:
b LoopForever
......
......@@ -106,7 +106,7 @@ Reset_Handler:
/* Call static constructors */
bl __libc_init_array
/* Call the application s entry point.*/
bl main
bl entry
LoopForever:
b LoopForever
......
......@@ -106,7 +106,7 @@ Reset_Handler:
/* Call static constructors */
bl __libc_init_array
/* Call the application s entry point.*/
bl main
bl entry
LoopForever:
b LoopForever
......
......@@ -106,7 +106,7 @@ Reset_Handler:
/* Call static constructors */
bl __libc_init_array
/* Call the application s entry point.*/
bl main
bl entry
LoopForever:
b LoopForever
......
......@@ -106,7 +106,7 @@ Reset_Handler:
/* Call static constructors */
bl __libc_init_array
/* Call the application s entry point.*/
bl main
bl entry
LoopForever:
b LoopForever
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册