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