Fix RISCV stack-start (#721)

This commit is contained in:
Björn Quentin 2023-08-14 17:05:29 +02:00 committed by GitHub
parent 2dee0110be
commit 424b96532f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -405,6 +405,8 @@ _abs_start:
// Allocate stack
la sp, _stack_start
lui t0, 16
sub sp, sp, t0
// Set frame pointer
add s0, sp, zero