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