cpu/rocket/blackparrot: Update crt_init (#988).

This commit is contained in:
Florent Kermarrec 2021-08-13 10:10:29 +02:00
parent 601e96e5d1
commit e3a88c324e
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ trap_entry:
crt_init:
la sp, _fstack + 8
la sp, _fstack
la a0, trap_entry
csrw mtvec, a0

View File

@ -53,7 +53,7 @@ trap_entry:
crt_init:
la sp, _fstack + 8
la sp, _fstack
la a0, trap_entry
csrw mtvec, a0