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