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