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