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