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