]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/machine/exception.h
xnu-1228.5.18.tar.gz
[apple/xnu.git] / osfmk / mach / machine / exception.h
index 0d5cc62be691c85186baa0aebcad9686764795c9..5fc1486639b9b760f3cb329f97b416fb926e8d3d 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2000-2004 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@
  * 
@@ -31,7 +31,7 @@
 
 #if defined (__ppc__) || defined (__ppc64__)
 #include "mach/ppc/exception.h"
 
 #if defined (__ppc__) || defined (__ppc64__)
 #include "mach/ppc/exception.h"
-#elif defined (__i386__)
+#elif defined (__i386__) || defined(__x86_64__)
 #include "mach/i386/exception.h"
 #else
 #error architecture not supported
 #include "mach/i386/exception.h"
 #else
 #error architecture not supported