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