]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/machine/boolean.h
xnu-792.18.15.tar.gz
[apple/xnu.git] / osfmk / mach / machine / boolean.h
index cc6aa76392c1039087fb544322bc377ef3fe47e4..455681fdc004d33001b302b947dd60e6ba8be05a 100644 (file)
@@ -31,7 +31,7 @@
 
 #if defined (__ppc__) || defined (__ppc64__)
 #include "mach/ppc/boolean.h"
-#elif defined (__i386__)
+#elif defined (__i386__) || defined(__x86_64__)
 #include "mach/i386/boolean.h"
 #else
 #error architecture not supported