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