ref: 4fd46455350c3e29718f8fdd6d709f3c72b4abb4 dir: /posix-sun4u/getcallerpc.c/
#include "u.h" #include "libc.h" uintptr getcallerpc(void *a) { return ((ulong*)a)[-1]; }