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