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