riscv,nemu,start: add function size for _start
This commit is contained in:
parent
c383159000
commit
90ae4830e3
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