am 3906a9c1: am f5aa1382: Merge "x86 libc: Fix the range to check the error"
* commit '3906a9c16b971c2689e1b8ae5455feec8cf7353c': x86 libc: Fix the range to check the error
This commit is contained in:
commit
951e838191
|
@ -32,7 +32,7 @@ syscall:
|
|||
|
||||
int $0x80
|
||||
|
||||
cmpl $-129, %eax
|
||||
cmpl $-4095, %eax
|
||||
jb 1f
|
||||
negl %eax
|
||||
pushl %eax
|
||||
|
|
Loading…
Reference in New Issue