getcallerpc.c 91 B

123456789
  1. #include "u.h"
  2. #include "libc.h"
  3. ulong
  4. getcallerpc(void *a)
  5. {
  6. return ((ulong*)a)[-1];
  7. }