Fixed #238 bug in lsame on x86.
This commit is contained in:
parent
fb298b34ae
commit
fa916a0fac
|
@ -74,11 +74,11 @@
|
||||||
#else
|
#else
|
||||||
movl %eax, %ecx
|
movl %eax, %ecx
|
||||||
subl $32, %ecx
|
subl $32, %ecx
|
||||||
cmovg %ecx, %eax
|
cmovge %ecx, %eax
|
||||||
|
|
||||||
movl %edx, %ecx
|
movl %edx, %ecx
|
||||||
subl $32, %ecx
|
subl $32, %ecx
|
||||||
cmovg %ecx, %edx
|
cmovge %ecx, %edx
|
||||||
|
|
||||||
subl %eax, %edx
|
subl %eax, %edx
|
||||||
movl $0, %eax
|
movl $0, %eax
|
||||||
|
|
Loading…
Reference in New Issue