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