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