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