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