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