commit | 9be0d08019465b38e2f1a605960961a491430c21 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Thu Sep 03 15:19:03 2020 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Thu Oct 08 05:57:32 2020 -0500 |
tree | 1872fa73f3c6ac908d924141f0359dd32e441ade | |
parent | e2e7168a214b0ed98dc357bba96816486a289762 [diff] |
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>