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