commit | 3906a9c16b971c2689e1b8ae5455feec8cf7353c | [log] [tgz] |
---|---|---|
author | David Turner <digit@android.com> | Fri Aug 05 08:24:22 2011 -0700 |
committer | Android Git Automerger <android-git-automerger@android.com> | Fri Aug 05 08:24:22 2011 -0700 |
tree | 051f2b3070efd84732cd0aaece56d126721f0bc8 | |
parent | f03fb955a92bdcc341aaa1b4a6eb2d81bc844e06 [diff] | |
parent | f5aa1382ec7592c58827ed0822c77cb5bf8df165 [diff] |
am f5aa1382: Merge "x86 libc: Fix the range to check the error" * commit 'f5aa1382ec7592c58827ed0822c77cb5bf8df165': x86 libc: Fix the range to check the error
diff --git a/libc/arch-x86/bionic/syscall.S b/libc/arch-x86/bionic/syscall.S index 3cca85c..8370f0b 100644 --- a/libc/arch-x86/bionic/syscall.S +++ b/libc/arch-x86/bionic/syscall.S
@@ -32,7 +32,7 @@ int $0x80 - cmpl $-129, %eax + cmpl $-4095, %eax jb 1f negl %eax pushl %eax