]>
git.saurik.com Git - apple/xnu.git/blob - tools/tests/execperf/exit.c
3 void mystart(void) __asm__("mystart");
6 #if defined(__x86_64__)
7 asm volatile ("andq $0xfffffffffffffff0, %rsp\n");
8 #elif defined(__i386__)
9 asm volatile ("andl $0xfffffff0, %esp\n");
11 #error Unsupported architecture