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