* commit '951e8381916464243c7601fdb41e941811aa3773': x86 libc: Fix the range to check the error
This commit is contained in:
commit
3afafd46f3
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ syscall:
|
|||
|
||||
int $0x80
|
||||
|
||||
cmpl $-129, %eax
|
||||
cmpl $-4095, %eax
|
||||
jb 1f
|
||||
negl %eax
|
||||
pushl %eax
|
||||
|
|
Loading…
Reference in a new issue