]>
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.
10 return CPU_TYPE_POWERPC
;
13 return CPU_TYPE_POWERPC64
;
14 #endif /* __ppc64__ */
19 return CPU_TYPE_X86_64
;
20 #endif /* __x86_64__ */
21 /* unrecognized type */