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