提交 8d274837 编写于 作者: U Ulf Möller

fix breakage for Perl versions that do boolean operations on long words

上级 58550380
......@@ -1245,7 +1245,7 @@ sub declast()
&mov ($acc,&wparam(0)); # load inp
&mov ($key,&wparam(4)); # load ivp
&test ($s2,~15);
&test ($s2,0xFFFFFFF0);
&jz (&label("enc_tail")); # short input...
&mov ($s0,&DWP(0,$key)); # load iv
......@@ -1281,7 +1281,7 @@ sub declast()
&mov (&wparam(1),$s3); # save out
&sub ($s2,16);
&test ($s2,~15);
&test ($s2,0xFFFFFFF0);
&mov (&wparam(2),$s2); # save len
&jnz (&label("enc_loop"));
&test ($s2,15);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册