ref: 21b830b1ac2409159dfc3ccea59a6fffab805053 dir: /posix-power/getcallerpc.c/
#include "u.h" #include "libc.h" ulong getcallerpc(void *a) { return ((ulong*)a)[-1]; }