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