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