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