- removed one asm instruction from i386's StrEnd() implementation

git-svn-id: trunk@37615 -
This commit is contained in:
nickysn 2017-11-23 16:43:51 +00:00
parent 3d108d5e51
commit 39dc58de09

View File

@ -171,7 +171,6 @@ asm
orl %edi,%edi
jz .LStrEndNil
movl $0xffffffff,%ecx
xorl %eax,%eax
repne
scasb
movl %edi,%eax