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