Function cortex_a::asm::ret

source · []
pub fn ret() -> !
Expand description

Function return

Will jump to wherever the corresponding link register points to, and therefore never return.