Add missing explicit instruction size.
[CVS head and later branches have this since revision 1.7 of this file.] Submitted by: Chandler Carruth (Google)
This commit is contained in:
parent
c850d322a6
commit
5537a83e56
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ $code.=<<___;
|
|||
movzb ($dat,$XX[0]),$TX[0]#d
|
||||
test \$-8,$len
|
||||
jz .Lcloop1
|
||||
cmp \$0,260($dat)
|
||||
cmpl \$0,260($dat)
|
||||
jnz .Lcloop1
|
||||
push %rbx
|
||||
jmp .Lcloop8
|
||||
|
|
Loading…
Reference in a new issue