]> 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 4309636e87160748b6a768ece3aca71610fb03b0..0c01fc7bce4982af9db6b9ab41beafa014bb9f66 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2007 Apple Inc. All rights reserved.
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  * 
 #ifndef _MACHINE_AST_H
 #define _MACHINE_AST_H
 
-
 #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
 #endif
 
-
 #endif /* _MACHINE_AST_H */