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