X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/2d21ac55c334faf3a56e5634905ed6987fc787d4..527f99514973766e9c0382a4d8550dfb00f54939:/osfmk/mach/machine/thread_state.h diff --git a/osfmk/mach/machine/thread_state.h b/osfmk/mach/machine/thread_state.h index 18ffca4e5..aca71548f 100644 --- a/osfmk/mach/machine/thread_state.h +++ b/osfmk/mach/machine/thread_state.h @@ -29,11 +29,9 @@ #ifndef _MACH_MACHINE_THREAD_STATE_H_ #define _MACH_MACHINE_THREAD_STATE_H_ -#if defined (__ppc__) || defined(__ppc64__) -#include "mach/ppc/thread_state.h" -#elif defined (__i386__) || defined(__x86_64__) +#if defined (__i386__) || defined(__x86_64__) #include "mach/i386/thread_state.h" -#elif defined (__arm__) +#elif defined (__arm__) || defined (__arm64__) #include "mach/arm/thread_state.h" #else #error architecture not supported