From: Rich Felker Date: Sat, 19 Mar 2011 23:05:43 +0000 (-0400) Subject: remove comment cruft that got left behind in x86_64 syscall.s X-Git-Tag: v0.7.5~53 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=462dbfc20788a6c9dd1ea4bb1cef086aa189615a;p=musl remove comment cruft that got left behind in x86_64 syscall.s --- 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