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