Sign in
plan9port
/
plan9
/
8e3520dc00735f21708ca8ff78e3e0471ae1ed60
/
.
/
src
/
lib9
/
getcallerpc-386.c
blob: 1367370e93737504e23f9d9460166ea770c27887 [
file
] [
log
] [
blame
]
#include
<lib9.h>
ulong
getcallerpc
(
void
*
x
)
{
return
(((
ulong
*)(
x
))[-
1
]);
}