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