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