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