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