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