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