summaryrefslogtreecommitdiff
path: root/src/internal
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2011-03-19 19:05:43 -0400
committerRich Felker <dalias@aerifal.cx>2011-03-19 19:05:43 -0400
commit462dbfc20788a6c9dd1ea4bb1cef086aa189615a (patch)
tree4013ad83fbb139abdbd4ea4eb60681fed0d91919 /src/internal
parentb0e83133e2e9242c60e83d25b1c5425ffc6d6d6f (diff)
downloadmusl-462dbfc20788a6c9dd1ea4bb1cef086aa189615a.tar.gz
remove comment cruft that got left behind in x86_64 syscall.s
Diffstat (limited to 'src/internal')
-rw-r--r--src/internal/x86_64/syscall.s1
1 files changed, 0 insertions, 1 deletions
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