mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 02:59:13 +02:00
Fix a typo in CompareWord_Plain.
This commit is contained in:
parent
e3d12caa9f
commit
6f8fb64d36
@ -1066,7 +1066,6 @@ asm
|
|||||||
sub $1, %ecx
|
sub $1, %ecx
|
||||||
.LAlignedToPtrUintOrNaturallyMisaligned:
|
.LAlignedToPtrUintOrNaturallyMisaligned:
|
||||||
sub $2, %ecx
|
sub $2, %ecx
|
||||||
jle .LLastPtrUint
|
|
||||||
.balign 16
|
.balign 16
|
||||||
.LPtrUintWise_Next:
|
.LPtrUintWise_Next:
|
||||||
mov (%edx,%eax), %ebx
|
mov (%edx,%eax), %ebx
|
||||||
@ -1075,7 +1074,6 @@ asm
|
|||||||
add $4, %eax
|
add $4, %eax
|
||||||
sub $2, %ecx
|
sub $2, %ecx
|
||||||
jg .LPtrUintWise_Next
|
jg .LPtrUintWise_Next
|
||||||
.LLastPtrUint:
|
|
||||||
lea (%eax,%ecx,2), %eax
|
lea (%eax,%ecx,2), %eax
|
||||||
mov (%edx,%eax), %ebx
|
mov (%edx,%eax), %ebx
|
||||||
cmp %ebx, (%eax)
|
cmp %ebx, (%eax)
|
||||||
@ -1088,7 +1086,7 @@ asm
|
|||||||
cmp %bx, (%eax)
|
cmp %bx, (%eax)
|
||||||
jne .LDoSbb
|
jne .LDoSbb
|
||||||
shr $16, %ebx
|
shr $16, %ebx
|
||||||
cmp %bx, (%eax)
|
cmp %bx, 2(%eax)
|
||||||
.LDoSbb:
|
.LDoSbb:
|
||||||
sbb %eax, %eax
|
sbb %eax, %eax
|
||||||
or $1, %eax
|
or $1, %eax
|
||||||
|
Loading…
Reference in New Issue
Block a user