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