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