]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/machine/exception.h
xnu-1699.22.73.tar.gz
[apple/xnu.git] / osfmk / mach / machine / exception.h
index 7b648f0dd4a190d4dd606247257be4d11ac0f3eb..5fce0e919719f3bce513380fa839275fb3e750b6 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@
  * 
@@ -29,9 +29,7 @@
 #ifndef _MACH_MACHINE_EXCEPTION_H_
 #define _MACH_MACHINE_EXCEPTION_H_
 
-#if defined (__ppc__) || defined (__ppc64__)
-#include "mach/ppc/exception.h"
-#elif defined (__i386__) || defined(__x86_64__)
+#if defined (__i386__) || defined(__x86_64__)
 #include "mach/i386/exception.h"
 #else
 #error architecture not supported