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