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