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