Files
xemu/include/qemu
Philippe Mathieu-DaudéandRichard Henderson 67ba743948 qemu/atomic128: Include missing 'qemu/atomic.h' header
qatomic_cmpxchg__nocheck() is declared in "qemu/atomic.h".
Include it in order to avoid when refactoring unrelated headers:

    In file included from ../../accel/tcg/tcg-runtime-gvec.c:22:
    In file included from include/exec/helper-proto-common.h:10:
    In file included from include/qemu/atomic128.h:61:
    host/include/generic/host/atomic128-cas.h.inc:23:11: error: call to undeclared function 'qatomic_cmpxchg__nocheck'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
       23 |     r.i = qatomic_cmpxchg__nocheck(ptr_align, c.i, n.i);
          |           ^
    1 error generated.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20241212141018.59428-4-philmd@linaro.org>
2025-03-08 09:35:06 -08:00
..
2025-02-18 07:33:42 -08:00
2023-12-19 19:03:38 +01:00
2025-03-06 14:21:25 +01:00
2023-09-15 13:57:00 +00:00
2023-05-23 15:20:15 +08:00
2025-03-04 14:45:34 +01:00
2024-09-20 10:00:27 +03:00
2024-09-13 20:11:13 +02:00
2023-04-24 11:29:00 +02:00
2025-02-10 13:47:59 +00:00
2025-01-17 10:45:38 +00:00
2024-01-30 21:20:20 +03:00
2024-10-22 11:44:23 +01:00
2023-04-27 16:39:43 +02:00
2025-03-06 14:21:25 +01:00