9base

revived bareist port of Plan 9 userland to Unix dropbox clone dropbox://dropbox.suckmore.org/9base Log | Files | Refs | README | LICENSE

getcallerpc-arm.c (76B)


      1 #include <lib9.h>
      2 
      3 ulong
      4 getcallerpc(void *x)
      5 {
      6 	return ((ulong*)x)[-2];
      7 }
      8