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