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