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