X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/6d2010ae8f7a6078e10b361c6962983bab233e0f..527f99514973766e9c0382a4d8550dfb00f54939:/osfmk/mach/machine/thread_status.h diff --git a/osfmk/mach/machine/thread_status.h b/osfmk/mach/machine/thread_status.h index 74cda9596..9ce08e045 100644 --- a/osfmk/mach/machine/thread_status.h +++ b/osfmk/mach/machine/thread_status.h @@ -31,6 +31,8 @@ #if defined (__i386__) || defined(__x86_64__) #include "mach/i386/thread_status.h" +#elif defined (__arm__) || defined (__arm64__) +#include "mach/arm/thread_status.h" #else #error architecture not supported #endif