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