]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/machine/exception.h
xnu-792.25.20.tar.gz
[apple/xnu.git] / osfmk / mach / machine / exception.h
index e08c34a15756a5fab95209fb3eeeecb382a0ed45..a1f3270e1e418364e4bb95d4f251b8e105e3b2d8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2004 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
  * 
  * @APPLE_LICENSE_HEADER_END@
  */
+
 #ifndef _MACH_MACHINE_EXCEPTION_H_
 #define _MACH_MACHINE_EXCEPTION_H_
 
-
-#if defined (__ppc__)
+#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
 #endif
 
-
 #endif /* _MACH_MACHINE_EXCEPTION_H_ */