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