]> git.proxmox.com Git - mirror_qemu.git/commit - tcg/mips/tcg-target.c.inc
tcg: Drop union from TCGArgConstraint
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 3 Sep 2020 22:19:03 +0000 (15:19 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 8 Oct 2020 10:57:32 +0000 (05:57 -0500)
commit9be0d08019465b38e2f1a605960961a491430c21
tree1872fa73f3c6ac908d924141f0359dd32e441ade
parente2e7168a214b0ed98dc357bba96816486a289762
tcg: Drop union from TCGArgConstraint

The union is unused; let "regs" appear in the main structure
without the "u.regs" wrapping.

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
include/tcg/tcg.h
tcg/aarch64/tcg-target.c.inc
tcg/arm/tcg-target.c.inc
tcg/i386/tcg-target.c.inc
tcg/mips/tcg-target.c.inc
tcg/ppc/tcg-target.c.inc
tcg/riscv/tcg-target.c.inc
tcg/s390/tcg-target.c.inc
tcg/sparc/tcg-target.c.inc
tcg/tcg.c
tcg/tci/tcg-target.c.inc