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