From 462dbfc20788a6c9dd1ea4bb1cef086aa189615a Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Sat, 19 Mar 2011 19:05:43 -0400 Subject: remove comment cruft that got left behind in x86_64 syscall.s --- src/internal/x86_64/syscall.s | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.1