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