Fixed #238 bug in lsame on x86.

This commit is contained in:
Zhang Xianyi 2013-06-28 22:43:41 +08:00
parent fb298b34ae
commit fa916a0fac
1 changed files with 2 additions and 2 deletions

View File

@ -74,11 +74,11 @@
#else
movl %eax, %ecx
subl $32, %ecx
cmovg %ecx, %eax
cmovge %ecx, %eax
movl %edx, %ecx
subl $32, %ecx
cmovg %ecx, %edx
cmovge %ecx, %edx
subl %eax, %edx
movl $0, %eax