]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/machine/thread.h
xnu-1456.1.26.tar.gz
[apple/xnu.git] / osfmk / machine / thread.h
index 35f964d52fcf45ae515d177162ba700633312b72..5eeccbd337280f2519559e90b39cdb01b5348ab9 100644 (file)
@@ -30,7 +30,7 @@
 
 #if defined (__ppc__)
 #include "ppc/thread.h"
-#elif defined (__i386__)
+#elif defined (__i386__) || defined (__x86_64__)
 #include "i386/thread.h"
 #else
 #error architecture not supported