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