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