X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/89b3af67bb32e691275bf6fa803d1834b2284115..21362eb3e66fd2c787aee132bce100a44d71a99c:/osfmk/mach/machine/thread_state.h diff --git a/osfmk/mach/machine/thread_state.h b/osfmk/mach/machine/thread_state.h index c11399a0d..b78ab495b 100644 --- a/osfmk/mach/machine/thread_state.h +++ b/osfmk/mach/machine/thread_state.h @@ -31,7 +31,7 @@ #if defined (__ppc__) || defined(__ppc64__) #include "mach/ppc/thread_state.h" -#elif defined (__i386__) || defined(__x86_64__) +#elif defined (__i386__) #include "mach/i386/thread_state.h" #else #error architecture not supported