Skip to main content

clone_stack_with_base

Function clone_stack_with_base 

Source
pub unsafe fn clone_stack_with_base(sp: *mut u64) -> (*mut u64, *mut u64)
Expand description

ยงSafety

Current stack must have a valid base set and sp must point within the stack.