X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/060df5ea7c632b1ac8cc8aac1fb59758165c2084..6d2010ae8f7a6078e10b361c6962983bab233e0f:/osfmk/mach/machine/exception.h diff --git a/osfmk/mach/machine/exception.h b/osfmk/mach/machine/exception.h index 5fc148663..5fce0e919 100644 --- a/osfmk/mach/machine/exception.h +++ b/osfmk/mach/machine/exception.h @@ -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