Merge pull request #4977 from Dozingfiretruck/master

fix:Support for GCC compile startup
This commit is contained in:
guo 2021-08-28 09:22:01 +08:00 committed by GitHub
commit 74b2a49d52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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