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