Skip to content

Commit

Permalink
perlasm/cbc.pl: fix tail processing bug.
Browse files Browse the repository at this point in the history
PR: 2557
  • Loading branch information
Andy Polyakov committed Jul 13, 2011
1 parent 146e1fc commit 4195a36
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crypto/perlasm/cbc.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand All @@ -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));
Expand Down

0 comments on commit 4195a36

Please sign in to comment.