]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/machine/thread_status.h
xnu-4570.41.2.tar.gz
[apple/xnu.git] / osfmk / mach / machine / thread_status.h
index 74cda959683689020ad2858cd326b43b37624957..9ce08e045c40359a924e37f69f1067926514e319 100644 (file)
@@ -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