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