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