patch_seq_os_arch

Function patch_seq_os_arch 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn patch_seq_os_arch(stack: Stack) -> Stack
Expand description

Get the CPU architecture

Stack effect: ( – arch )

Returns one of: “x86_64”, “aarch64”, “arm”, “x86”, “riscv64”, or “unknown” for unrecognized architectures.

§Safety

Stack pointer must be valid