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