]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/machine/processor_info.h
xnu-792.13.8.tar.gz
[apple/xnu.git] / osfmk / mach / machine / processor_info.h
index dc26b7ec9f881a2991debd8575fe6c6115b6cd13..f82707aecbf62febee46c01dc2b8a32c526d1cca 100644 (file)
@@ -33,7 +33,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