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