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