ref: 05f8ce4c83a641d2da8e3093bdfdb61e85d9dbc8 dir: /sys/src/cmd/unix/drawterm/posix-sun4u/getcallerpc.c/
#include "u.h" #include "libc.h" ulong getcallerpc(void *a) { return ((ulong*)a)[-1]; }