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