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