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