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