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