plan9port/src/lib9/getcallerpc-386.c

8 lines
79 B
C
Raw Normal View History

2003-09-30 17:47:41 +00:00
#include <lib9.h>
ulong
getcallerpc(void *x)
{
return (((ulong*)(x))[-1]);
}