Merge pull request #12 from liuyd-dev/master
riscv,nemu,start: add function size for `_start`
This commit is contained in:
commit
adff80b91c
1 changed files with 2 additions and 0 deletions
|
@ -6,3 +6,5 @@ _start:
|
|||
mv s0, zero
|
||||
la sp, _stack_pointer
|
||||
jal _trm_init
|
||||
|
||||
.size _start, . - _start
|
||||
|
|
Loading…
Add table
Reference in a new issue