X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Finternal%2Fx86_64%2Fsyscall.s;h=776cde211598b2d797ce810120495f8260040042;hb=462dbfc20788a6c9dd1ea4bb1cef086aa189615a;hp=7bec7291d4f3ab1d8a32ce26d7cec8cae40f94d4;hpb=b0e83133e2e9242c60e83d25b1c5425ffc6d6d6f;p=musl diff --git a/src/internal/x86_64/syscall.s b/src/internal/x86_64/syscall.s index 7bec7291..776cde21 100644 --- a/src/internal/x86_64/syscall.s +++ b/src/internal/x86_64/syscall.s @@ -1,7 +1,6 @@ .global __syscall .type __syscall,%function __syscall: -di,si,dx,cx,r8,r9 movq %rdi,%rax movq %rsi,%rdi movq %rdx,%rsi