xref: /netbsd-src/sys/arch/sparc64/include/sljit_machdep.h (revision 582402eab54d1ac3bf1610d339f41ef7088bbded)
1 /*	$NetBSD: sljit_machdep.h,v 1.1 2014/07/23 18:19:45 alnsn Exp $	*/
2 
3 /* Only 32-bit SPARCs are supported. */
4 #ifndef __arch64__
5 #include <sparc/sljit_machdep.h>
6 #endif
7