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