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