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