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