qemu/include
Peter Maydell 392a4d5b9a atomic.h: Fix build with clang
clang defines __ATOMIC_SEQ_CST but its implementation of the
__atomic_exchange() builtin differs from that of gcc. Move the
__clang__ branch of the ifdef ladder to the top and fix its
implementation (there is no such builtin as __sync_exchange),
so we can compile with clang again.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2013-11-21 17:38:57 +01:00
..
2013-10-31 16:58:32 +01:00
2013-11-21 17:38:57 +01:00
2013-10-17 12:42:54 +02:00
2013-10-25 23:25:48 +02:00
2013-06-06 11:27:05 +02:00