Sign in
opensecura
/
3p
/
tock
/
libtock-rs
/
90b9220f554fb7675181f0543c2c77287c8b6dac
/
.
/
core
/
src
/
debug
/
platform.rs
blob: 5f1f9f4a13aad18bbc7c16944bd31337518b19b9 [
file
] [
log
] [
blame
]
pub
fn
get_stack_pointer
()
->
usize
{
panic
!(
"No generic implementation."
)
}