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