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