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