mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-19 11:55:05 -04:00
This commit is contained in:
parent
c1ae45b2e8
commit
e064b50e4e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue