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