mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 20:09:25 +02:00
- removed one asm instruction from i386's StrEnd() implementation
git-svn-id: trunk@37615 -
This commit is contained in:
parent
3d108d5e51
commit
39dc58de09
@ -171,7 +171,6 @@ asm
|
||||
orl %edi,%edi
|
||||
jz .LStrEndNil
|
||||
movl $0xffffffff,%ecx
|
||||
xorl %eax,%eax
|
||||
repne
|
||||
scasb
|
||||
movl %edi,%eax
|
||||
|
Loading…
Reference in New Issue
Block a user