]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/machine/thread_status.h
xnu-792.18.15.tar.gz
[apple/xnu.git] / osfmk / mach / machine / thread_status.h
index 0cfdb91fc01d5c663e07085f26a4f7058a0eacb4..cf246ee29704130c9635ac464c6ed06285229ef6 100644 (file)
@@ -31,7 +31,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