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