mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 06:07:52 -04:00
[crt0] comment edits
This commit is contained in:
parent
d923a067ff
commit
73501628de
1 changed files with 2 additions and 2 deletions
|
@ -158,8 +158,8 @@ __crt0_constructors_end:
|
|||
// ************************************************************************************************
|
||||
la x12, main // primary core's (core0) entry point (#1169)
|
||||
__crt0_main_entry:
|
||||
fence // reload data cache
|
||||
fence.i // reload instruction cache
|
||||
fence // synchronize loads/stores
|
||||
fence.i // synchronize instruction fetch
|
||||
|
||||
csrw mstatus, x5 // re-initialize
|
||||
addi x10, zero, 0 // x10 = a0 = argc = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue