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