]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/machine/sdt_isa.h
xnu-4570.41.2.tar.gz
[apple/xnu.git] / osfmk / mach / machine / sdt_isa.h
index edd26dcc2c6d696906f4662c14fac17f69a971f5..7145e43d129ae392fc1bd4ad8b592b21aa0c5efe 100644 (file)
@@ -30,6 +30,8 @@
 
 #if defined (__i386__) || defined(__x86_64__)
 #include <mach/i386/sdt_isa.h>
+#elif defined (__arm__) || defined (__arm64__)
+#include <mach/arm/sdt_isa.h>
 #else
 #error architecture not supported
 #endif