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