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