diff options
Diffstat (limited to 'arch/x86_64/crt_arch.h')
-rw-r--r-- | arch/x86_64/crt_arch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86_64/crt_arch.h b/arch/x86_64/crt_arch.h index 3eec61bd..b1c9c476 100644 --- a/arch/x86_64/crt_arch.h +++ b/arch/x86_64/crt_arch.h @@ -1,6 +1,7 @@ __asm__( ".text \n" ".global " START " \n" +".type " START ",%function \n" START ": \n" " xor %rbp,%rbp \n" " mov %rsp,%rdi \n" |