unsafe extern "C" fn context_switch_trampoline(
_current_sp: *mut usize,
_next_sp: usize,
)Expand description
The context-switch magic.
unsafe extern "C" fn context_switch_trampoline(
_current_sp: *mut usize,
_next_sp: usize,
)The context-switch magic.