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