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