X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Finternal%2Fx86_64%2Fsyscall.s;h=6e0db09c307e176c7386cc35546527690ac87efa;hb=57a0b82441e8d03a93965e2a373588721374ed78;hp=7bec7291d4f3ab1d8a32ce26d7cec8cae40f94d4;hpb=d00ff2950eacc375d57e44d65c7697f636c67625;p=musl diff --git a/src/internal/x86_64/syscall.s b/src/internal/x86_64/syscall.s index 7bec7291..6e0db09c 100644 --- a/src/internal/x86_64/syscall.s +++ b/src/internal/x86_64/syscall.s @@ -1,7 +1,6 @@ .global __syscall -.type __syscall,%function +.type __syscall,@function __syscall: -di,si,dx,cx,r8,r9 movq %rdi,%rax movq %rsi,%rdi movq %rdx,%rsi @@ -11,4 +10,3 @@ di,si,dx,cx,r8,r9 movq 8(%rsp),%r9 syscall ret -.size __syscall,.-__syscall