rust-embedded/riscv-rt

sp may not be aligned to 16 bytes

Disasm opened this issue · 0 comments

sp should be explicitly aligned in assembly before executing the Rust entry point
See also: rust-lang/rust#86693