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
@ -167,7 +167,7 @@ $code.=<<___;
|
|||||||
movzb ($dat,$XX[0]),$TX[0]#d
|
movzb ($dat,$XX[0]),$TX[0]#d
|
||||||
test \$-8,$len
|
test \$-8,$len
|
||||||
jz .Lcloop1
|
jz .Lcloop1
|
||||||
cmp \$0,260($dat)
|
cmpl \$0,260($dat)
|
||||||
jnz .Lcloop1
|
jnz .Lcloop1
|
||||||
push %rbx
|
push %rbx
|
||||||
jmp .Lcloop8
|
jmp .Lcloop8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user