ref: d62c51c5ad190d2ce853a25feeb03ca511fcb01e dir: /lib9/getcallerpc-AIX-power.c/
#include <lib9.h> ulong getcallerpc(void *x) { ulong *lp; lp = x; return lp[-1]; }