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