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