summaryrefslogtreecommitdiffstats
path: root/libc/arch-x86/syscalls/__exit.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/syscalls/__exit.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/syscalls/__exit.S')
-rw-r--r--libc/arch-x86/syscalls/__exit.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/arch-x86/syscalls/__exit.S b/libc/arch-x86/syscalls/__exit.S
index d768306..8578f56 100644
--- a/libc/arch-x86/syscalls/__exit.S
+++ b/libc/arch-x86/syscalls/__exit.S
@@ -15,7 +15,6 @@ ENTRY(__exit)
pushl %eax
call __set_errno
addl $4, %esp
- orl $-1, %eax
1:
popl %ebx
ret