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