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