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