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