plan9port/src/lib9/getcallerpc-x86_64.c

8 lines
79 B
C
Raw Normal View History

2005-01-18 05:57:56 +00:00
#include <lib9.h>
ulong
getcallerpc(void *x)
{
return (((ulong*)(x))[-1]);
}