getcallerpc.c 90 B

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