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