]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/machine/boolean.h
xnu-792.10.96.tar.gz
[apple/xnu.git] / osfmk / mach / machine / boolean.h
index 6a3f99afe06d652462e4d7f8254ec5b8f314c118..3d8aba6a102fbaedc4453819211b407a82198fd1 100644 (file)
@@ -25,7 +25,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