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

This commit is contained in:
David Turner 2011-08-05 08:08:57 -07:00 committed by Android Code Review
commit f5aa1382ec
1 changed files with 1 additions and 1 deletions

View File

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