Some assembler are allergic to lea reg,BYTE PTR[...].
Submitted by: Guenter Knauf
This commit is contained in:
parent
8612cb9239
commit
187b655bc2
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue