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