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