commit | f5aa1382ec7592c58827ed0822c77cb5bf8df165 | [log] [tgz] |
---|---|---|
author | David Turner <digit@android.com> | Fri Aug 05 08:08:57 2011 -0700 |
committer | Android Code Review <code-review@android.com> | Fri Aug 05 08:08:57 2011 -0700 |
tree | 1c5fb68a7ab535feaa5e52e0a3e918250452ebd2 | |
parent | 023c49882e247bd0345946c908cff231ebf7097e [diff] | |
parent | 5288fee835a6e52d7870b3ee3320a5a3ddb96f34 [diff] |
Merge "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