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