]> 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 5fc1486639b9b760f3cb329f97b416fb926e8d3d..5fce0e919719f3bce513380fa839275fb3e750b6 100644 (file)
@@ -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