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