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