xref: /netbsd-src/sys/arch/sparc64/include/sljit_machdep.h (revision bdc22b2e01993381dcefeff2bc9b56ca75a4235c)
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