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