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