riscv,nemu,start: add function size for _start

This commit is contained in:
Youduo Liu 2024-03-08 21:36:39 +08:00
parent c383159000
commit 90ae4830e3

View file

@ -6,3 +6,5 @@ _start:
mv s0, zero
la sp, _stack_pointer
jal _trm_init
.size _start, . - _start