mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 12:29:25 +02:00
* align cmp byte loop
git-svn-id: trunk@20877 -
This commit is contained in:
parent
4b7748ad11
commit
ceb1becfa1
@ -630,6 +630,7 @@ asm
|
||||
testq %r8,%r8
|
||||
je .LCmpbyteZero
|
||||
|
||||
.balign 8
|
||||
.LCmpbyteLoop:
|
||||
movb (%rcx),%r9b
|
||||
cmpb (%rdx),%r9b
|
||||
|
Loading…
Reference in New Issue
Block a user