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