]> 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 5ce83f25424f6636a2ee2188afdfecb524a40860..5fce0e919719f3bce513380fa839275fb3e750b6 100644 (file)
 #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"
-#elif defined (__arm__)
-#include "mach/arm/exception.h"
 #else
 #error architecture not supported
 #endif