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