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