X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Finternal%2Fx86_64%2Fsyscall.s;h=6e0db09c307e176c7386cc35546527690ac87efa;hb=57a0b82441e8d03a93965e2a373588721374ed78;hp=776cde211598b2d797ce810120495f8260040042;hpb=462dbfc20788a6c9dd1ea4bb1cef086aa189615a;p=musl diff --git a/src/internal/x86_64/syscall.s b/src/internal/x86_64/syscall.s index 776cde21..6e0db09c 100644 --- a/src/internal/x86_64/syscall.s +++ b/src/internal/x86_64/syscall.s @@ -1,5 +1,5 @@ .global __syscall -.type __syscall,%function +.type __syscall,@function __syscall: movq %rdi,%rax movq %rsi,%rdi @@ -10,4 +10,3 @@ __syscall: movq 8(%rsp),%r9 syscall ret -.size __syscall,.-__syscall