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