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