Sign in
plan9port
/
plan9
/
b5c7be2fd69c027f5de9772e117885cb1c89f907
/
.
/
src
/
lib9
/
getcallerpc-arm.c
blob: 9bb4a9559a4d4e4cf6dcd7d9fd3506f29ef96b03 [
file
]
#include
<lib9.h>
ulong
getcallerpc
(
void
*
x
)
{
return
((
ulong
*)
x
)[-
2
];
}