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