diff options
author | Rich Felker <dalias@aerifal.cx> | 2011-03-19 19:05:43 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2011-03-19 19:05:43 -0400 |
commit | 462dbfc20788a6c9dd1ea4bb1cef086aa189615a (patch) | |
tree | 4013ad83fbb139abdbd4ea4eb60681fed0d91919 | |
parent | b0e83133e2e9242c60e83d25b1c5425ffc6d6d6f (diff) | |
download | musl-462dbfc20788a6c9dd1ea4bb1cef086aa189615a.tar.gz musl-462dbfc20788a6c9dd1ea4bb1cef086aa189615a.tar.xz musl-462dbfc20788a6c9dd1ea4bb1cef086aa189615a.zip |
remove comment cruft that got left behind in x86_64 syscall.s
-rw-r--r-- | src/internal/x86_64/syscall.s | 1 |
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 |