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