Browse Source

* align cmp byte loop

git-svn-id: trunk@20877 -
florian 13 years ago
parent
commit
ceb1becfa1
1 changed files with 1 additions and 0 deletions
  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
     testq   %r8,%r8
     je      .LCmpbyteZero
     je      .LCmpbyteZero
 
 
+    .balign 8
 .LCmpbyteLoop:
 .LCmpbyteLoop:
     movb    (%rcx),%r9b
     movb    (%rcx),%r9b
     cmpb    (%rdx),%r9b
     cmpb    (%rdx),%r9b