Sfoglia il codice sorgente

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

git-svn-id: trunk@37615 -
nickysn 7 anni fa
parent
commit
39dc58de09
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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