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