소스 검색

* align cmp byte loop

git-svn-id: trunk@20877 -
florian 13 년 전
부모
커밋
ceb1becfa1
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      rtl/x86_64/x86_64.inc

+ 1 - 0
rtl/x86_64/x86_64.inc

@@ -630,6 +630,7 @@ asm
     testq   %r8,%r8
     je      .LCmpbyteZero
 
+    .balign 8
 .LCmpbyteLoop:
     movb    (%rcx),%r9b
     cmpb    (%rdx),%r9b