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