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