]>
git.saurik.com Git - apple/xnu.git/blob - tools/tests/xnu_quick_test/helpers/arch.c
2 #include <mach/machine.h>
5 * Helper function for posix_spawn test: returns binary type as exit code.
13 return CPU_TYPE_X86_64
;
14 #endif /* __x86_64__ */
15 /* unrecognized type */