On 2/17/21 9:19 PM, Richard Henderson wrote: > Use CASE_32_64 and CASE_64 to reduce ifdefs and merge > cases that are identical between 32-bit and 64-bit hosts. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > tcg/tci/tcg-target.c.inc | 204 ++++++++++++++------------------------- > 1 file changed, 73 insertions(+), 131 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org> But I had to split this patch to follow all the changes. I'll send as a separate series, so if you find it useful you can replace it.