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