1 /* $NetBSD: sljit_machdep.h,v 1.2 2018/08/26 21:06:46 rjs Exp $ */ 2 3 #ifdef __aarch64__ 4 #include <aarch64/sljit_machdep.h> 5 #else 6 #include <arm/sljit_machdep.h> 7 #endif 8
1 /* $NetBSD: sljit_machdep.h,v 1.2 2018/08/26 21:06:46 rjs Exp $ */ 2 3 #ifdef __aarch64__ 4 #include <aarch64/sljit_machdep.h> 5 #else 6 #include <arm/sljit_machdep.h> 7 #endif 8