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