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