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