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