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