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