fix hello-world init

This commit is contained in:
2021-04-09 11:19:05 +02:00
parent 9578bcfa45
commit 2a9ce332c7
4 changed files with 14 additions and 5 deletions

View File

@ -75,7 +75,7 @@ _start:
#else
sd ra, 8(sp)
#endif
call _init
/* argc = argv = 0 */
li a0, 0
li a1, 0