mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 18:30:32 +02:00
* Undoing change commited in r12461, it looks like a feature and not a bug ;)
git-svn-id: trunk@12463 -
This commit is contained in:
parent
c9b5621675
commit
8046f82416
@ -1037,15 +1037,12 @@ asm
|
||||
{$endif}
|
||||
movl $0xffffffff,%ecx
|
||||
xorl %eax,%eax
|
||||
cmp %edi,%edi
|
||||
jz .LStrLenDone
|
||||
cld
|
||||
repne
|
||||
scasb
|
||||
movl $0xfffffffe,%eax
|
||||
subl %ecx,%eax
|
||||
movl saveedi,%edi
|
||||
.LStrLenDone:
|
||||
end;
|
||||
{$endif FPC_SYSTEM_HAS_FPC_PCHAR_LENGTH}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user