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