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