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