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