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