1 #include "u.h" 2 #include "lib.h" 3 4 ulong getcallerpc(void * x)5 getcallerpc(void *x) 6 { 7 return (((ulong*)(x))[-1]); 8 } 9