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