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