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