]> git.feebdaed.xyz Git - 0xmirror/qemu.git/commit
include/generic/host: Fix atomic128-cas.h.inc for Int128 structure
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 3 Dec 2025 13:41:45 +0000 (13:41 +0000)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 5 Dec 2025 13:50:15 +0000 (07:50 -0600)
commit6833615bfdd7e104fabb7223df50e18dce2d161c
tree48952c75d8b631b3aa6b58cbfadcb66347d17f90
parent8c00f56fcaf60f42474ca277e86c95f55941aa0d
include/generic/host: Fix atomic128-cas.h.inc for Int128 structure

Use the Int128Alias structure more when we need to convert
between Int128 and __int128_t, when Int128 is a struct.

Fixes the build on aarch64 host with TCI, which forces
the use of the struct.

Reported-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
host/include/generic/host/atomic128-cas.h.inc