Home | History | Annotate | Line # | Download | only in include
sljit_machdep.h revision 1.1.6.2
      1 /*	$NetBSD: sljit_machdep.h,v 1.1.6.2 2014/08/20 00:03:25 tls Exp $	*/
      2 
      3 /* Only 32-bit SPARCs are supported. */
      4 #ifndef __arch64__
      5 #include <sparc/sljit_machdep.h>
      6 #endif
      7