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