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