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