drawterm/posix-amd64/getcallerpc.c
2006-05-21 16:35:53 +00:00

9 lines
90 B
C

#include "u.h"
#include "libc.h"
ulong
getcallerpc(void *a)
{
return ((ulong*)a)[-1];
}