Richard Henderson c407535385 qemu/int128: Re-shuffle Int128Alias members
Clang 14, with --enable-tcg-interpreter errors with

include/qemu/int128.h:487:16: error: alignment of field 'i' (128 bits)
  does not match the alignment of the first field in transparent union;
  transparent_union attribute ignored [-Werror,-Wignored-attributes]
    __int128_t i;
               ^
include/qemu/int128.h:486:12: note: alignment of first field is 64 bits
    Int128 s;
           ^
1 error generated.

By placing the __uint128_t member first, this is avoided.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20230501204625.277361-1-richard.henderson@linaro.org>
2023-05-02 13:05:45 -07:00
..
2023-01-06 00:50:32 +01:00
2023-03-20 12:43:50 +01:00
2023-05-02 12:36:46 -07:00
2023-03-02 19:13:52 -05:00
2023-03-20 12:43:50 +01:00
2022-07-13 16:58:57 +02:00
2023-02-10 14:12:06 +01:00
2022-12-20 17:09:41 -08:00
2022-10-07 12:11:41 +02:00
2022-04-20 10:51:11 -07:00
2023-04-24 11:29:00 +02:00
2022-04-21 17:03:51 +04:00
2023-03-28 15:23:10 -07:00
2023-02-10 14:12:06 +01:00
2023-04-27 16:39:43 +02:00
2023-03-20 12:43:50 +01:00
2023-02-08 07:27:20 +01:00
2023-03-02 19:13:52 -05:00