cpu/rocket/blackparrot: Update crt_init (#988).
This commit is contained in:
parent
601e96e5d1
commit
e3a88c324e
|
@ -53,7 +53,7 @@ trap_entry:
|
||||||
|
|
||||||
|
|
||||||
crt_init:
|
crt_init:
|
||||||
la sp, _fstack + 8
|
la sp, _fstack
|
||||||
la a0, trap_entry
|
la a0, trap_entry
|
||||||
csrw mtvec, a0
|
csrw mtvec, a0
|
||||||
|
|
||||||
|
|
|
@ -53,7 +53,7 @@ trap_entry:
|
||||||
|
|
||||||
|
|
||||||
crt_init:
|
crt_init:
|
||||||
la sp, _fstack + 8
|
la sp, _fstack
|
||||||
la a0, trap_entry
|
la a0, trap_entry
|
||||||
csrw mtvec, a0
|
csrw mtvec, a0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue