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