]> git.saurik.com Git - apple/xnu.git/blobdiff - tests/posix_spawn_archpref_helper.c
xnu-7195.60.75.tar.gz
[apple/xnu.git] / tests / posix_spawn_archpref_helper.c
index 2bca287cae2a7ee25363bccab6c4c77af33d4a35..f0da8b81ef166b8c10ee9f78eaa04941d4cb00ea 100644 (file)
@@ -8,6 +8,8 @@ main(void)
 {
 #if defined(__x86_64__)
        return CPU_SUBTYPE_X86_64_ALL;
+#elif __arm64e__
+       return CPU_SUBTYPE_ARM64E;
 #elif defined(__arm64__) && defined(__LP64__)
        return CPU_SUBTYPE_ARM64_ALL;
 #elif defined(__arm64__)