Some assembler are allergic to lea reg,BYTE PTR[...].

Submitted by: Guenter Knauf
This commit is contained in:
Andy Polyakov 2007-12-02 21:32:35 +00:00
parent 8612cb9239
commit 187b655bc2

View file

@ -212,7 +212,7 @@ sub RC4
&movz ($ty,&BP(0,$d,$ty));
&add (&LB($x),1);
&xorb (&LB($ty),&BP(0,$in));
&lea ($in,&BP(1,$in));
&lea ($in,&DWP(1,$in));
&movz ($tx,&BP(0,$d,$x));
&cmp ($in,&swtmp(2));
&movb (&BP(0,$out),&LB($ty));