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