ref: 6ebf0a517b195de7f29ebc9ce817a91e5276107d dir: /posix-amd64/getcallerpc.c/
#include "u.h" #include "libc.h" ulong getcallerpc(void *a) { return ((ulong*)a)[-1]; }