Browse Source

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

git-svn-id: trunk@37615 -
nickysn 7 years ago
parent
commit
39dc58de09
1 changed files with 0 additions and 1 deletions
  1. 0 1
      rtl/i386/strings.inc

+ 0 - 1
rtl/i386/strings.inc

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