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