Re: [PATCH 02/43] tcg: Drop union from TCGArgConstraint
On 9/9/20 2:16 AM, Richard Henderson wrote: > The union is unused; let "regs" appear in the main structure > without the "u.regs" wrapping. > > Signed-off-by: Richard Henderson > --- > include/tcg/tcg.h| 4 +--- > tcg/tcg.c| 22 +++--- > tcg/aarch
[PATCH 02/43] tcg: Drop union from TCGArgConstraint
The union is unused; let "regs" appear in the main structure without the "u.regs" wrapping. Signed-off-by: Richard Henderson --- include/tcg/tcg.h| 4 +--- tcg/tcg.c| 22 +++--- tcg/aarch64/tcg-target.c.inc | 14 +++--- tcg/arm/tcg-target.