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