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