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