am f5aa1382: Merge "x86 libc: Fix the range to check the error"

* commit 'f5aa1382ec7592c58827ed0822c77cb5bf8df165':
  x86 libc: Fix the range to check the error
This commit is contained in:
David Turner 2011-08-05 08:24:22 -07:00 committed by Android Git Automerger
commit 3906a9c16b

View File

@ -32,7 +32,7 @@ syscall:
int $0x80
cmpl $-129, %eax
cmpl $-4095, %eax
jb 1f
negl %eax
pushl %eax