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