misc: fix riscv build

Signed-off-by: Anhad Singh <andypython@protonmail.com>
This commit is contained in:
Anhad Singh
2026-07-14 22:30:08 +10:00
parent ebd4dfb195
commit f45e6096d1
+1 -1
View File
@@ -112,7 +112,7 @@ global_asm!(
.globl _start
_start:
mv a0, sp
jal relibc_ld_so_start
call relibc_ld_so_start
unimp
"
);