瀏覽代碼

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

git-svn-id: trunk@37615 -
nickysn 7 年之前
父節點
當前提交
39dc58de09
共有 1 個文件被更改,包括 0 次插入1 次删除
  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