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