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