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