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