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