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