]> git.saurik.com Git - apple/xnu.git/blobdiff - tools/tests/execperf/exit-asm.S
xnu-3248.60.10.tar.gz
[apple/xnu.git] / tools / tests / execperf / exit-asm.S
index ba63101e4a99e43c0ce86f64e66a41cd06c2c91d..2b65a52c93b9389476d73962c5566944cb27a3d1 100644 (file)
@@ -1,6 +1,7 @@
 .text
-       .globl mystart
-mystart:
+       .align 2
+       .globl _main
+_main:
 #if defined(__x86_64__)
        pushq $0
        mov %rsp, %rbp