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