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