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