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