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