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