pub const SP_REG: u8 = 1;Expand description
PVM register index holding the RISC-V stack pointer (φ[1] = x2).
The linker seeds it with Regions::stack_top in every endpoint’s
initial_regs.
pub const SP_REG: u8 = 1;PVM register index holding the RISC-V stack pointer (φ[1] = x2).
The linker seeds it with Regions::stack_top in every endpoint’s
initial_regs.