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