summaryrefslogtreecommitdiffstats
path: root/libc/arch-x86_64/syscalls/bind.S
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-06-06 01:03:19 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-06-06 01:03:20 +0000
commite2a54ca80e011db21665e9639af4608f58e32fbd (patch)
tree5b675e8b31dedd88f02325c3fd14fa9f23c15216 /libc/arch-x86_64/syscalls/bind.S
parent50b79530c6fea6d47d54edf6f351dcbd7d87ab6a (diff)
parent15a0456d0b7618554ed3d49287e77b6d43a2812a (diff)
downloadbionic-e2a54ca80e011db21665e9639af4608f58e32fbd.zip
bionic-e2a54ca80e011db21665e9639af4608f58e32fbd.tar.gz
bionic-e2a54ca80e011db21665e9639af4608f58e32fbd.tar.bz2
Merge "Remove unnecessary instructions from x86/x86_64 syscalls."
Diffstat (limited to 'libc/arch-x86_64/syscalls/bind.S')
-rw-r--r--libc/arch-x86_64/syscalls/bind.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/arch-x86_64/syscalls/bind.S b/libc/arch-x86_64/syscalls/bind.S
index 20dfa2d..5d426cb 100644
--- a/libc/arch-x86_64/syscalls/bind.S
+++ b/libc/arch-x86_64/syscalls/bind.S
@@ -10,7 +10,6 @@ ENTRY(bind)
negl %eax
movl %eax, %edi
call __set_errno
- orq $-1, %rax
1:
ret
END(bind)