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