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