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