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