On 11/18/20 12:29 AM, [email protected] wrote: > +static target_ulong do_gorc(target_ulong rs1, > + target_ulong rs2, > + const target_ulong masks[])
Similar comments to grev. I'll also say that the masks array should *not* be local to do_grev, but placed at file level so that it can be shared between the two functions. r~
