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