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