]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/machine/db_machdep.h
xnu-1456.1.26.tar.gz
[apple/xnu.git] / osfmk / machine / db_machdep.h
index a9eda01521385e3027f6fa8d948d596d7b81b7ed..ae38b44512d13827d6955648fea6b1fc9ed8cb1b 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@
  * 
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  * 
 #ifndef _MACHINE_DB_MACHDEP_H
 #define _MACHINE_DB_MACHDEP_H
 
 #ifndef _MACHINE_DB_MACHDEP_H
 #define _MACHINE_DB_MACHDEP_H
 
-
 #if defined (__ppc__)
 #include "ppc/db_machdep.h"
 #if defined (__ppc__)
 #include "ppc/db_machdep.h"
-#elif defined (__i386__)
+#elif defined (__i386__) || defined (__x86_64__)
 #include "i386/db_machdep.h"
 #else
 #error architecture not supported
 #endif
 
 #include "i386/db_machdep.h"
 #else
 #error architecture not supported
 #endif
 
-
 #endif /* _MACHINE_DB_MACHDEP_H */
 #endif /* _MACHINE_DB_MACHDEP_H */