perlasm/cbc.pl: fix tail processing bug [from HEAD].
PR: 2557
This commit is contained in:
parent
1dc4c8c727
commit
2a5e042c70
1 changed files with 0 additions and 2 deletions
|
@ -158,7 +158,6 @@ sub cbc
|
|||
&jmp_ptr($count);
|
||||
|
||||
&set_label("ej7");
|
||||
&xor("edx", "edx") if $ppro; # ppro friendly
|
||||
&movb(&HB("edx"), &BP(6,$in,"",0));
|
||||
&shl("edx",8);
|
||||
&set_label("ej6");
|
||||
|
@ -170,7 +169,6 @@ sub cbc
|
|||
&jmp(&label("ejend"));
|
||||
&set_label("ej3");
|
||||
&movb(&HB("ecx"), &BP(2,$in,"",0));
|
||||
&xor("ecx", "ecx") if $ppro; # ppro friendly
|
||||
&shl("ecx",8);
|
||||
&set_label("ej2");
|
||||
&movb(&HB("ecx"), &BP(1,$in,"",0));
|
||||
|
|
Loading…
Reference in a new issue