plan9port/src/lib9/getcallerpc-x86_64.c
2005-01-18 05:57:56 +00:00

7 lines
79 B
C

#include <lib9.h>
ulong
getcallerpc(void *x)
{
return (((ulong*)(x))[-1]);
}