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