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