X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/6d2010ae8f7a6078e10b361c6962983bab233e0f..7e41aa883dd258f888d0470250eead40a53ef1f5:/tools/tests/execperf/exit-asm.S diff --git a/tools/tests/execperf/exit-asm.S b/tools/tests/execperf/exit-asm.S index ba63101e4..2b65a52c9 100644 --- a/tools/tests/execperf/exit-asm.S +++ b/tools/tests/execperf/exit-asm.S @@ -1,6 +1,7 @@ .text - .globl mystart -mystart: + .align 2 + .globl _main +_main: #if defined(__x86_64__) pushq $0 mov %rsp, %rbp