Skip to content

Commit

Permalink
[crt0] comment fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting committed Jan 10, 2025
1 parent c1ae45b commit e064b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/common/crt0.S
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ __crt0_constructors_end:
// Setup arguments and call main function.
// ************************************************************************************************
__crt0_main_entry:
fence // reload instruction cache
fence // reload data cache
fence.i // reload instruction cache

csrw mstatus, x5 // re-initialize
Expand Down

0 comments on commit e064b50

Please sign in to comment.