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