]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/machine/exception.h
xnu-792.6.76.tar.gz
[apple/xnu.git] / osfmk / mach / machine / exception.h
index e08c34a15756a5fab95209fb3eeeecb382a0ed45..3640e2b183c678abcdca8b9cc00f9e6060038303 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__)
 #include "mach/i386/exception.h"
@@ -31,5 +31,4 @@
 #error architecture not supported
 #endif
 
-
 #endif /* _MACH_MACHINE_EXCEPTION_H_ */