]> git.proxmox.com Git - qemu.git/commit
atomic.h: Fix build with clang
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 22 Oct 2013 09:58:41 +0000 (10:58 +0100)
committerAnthony Liguori <aliguori@amazon.com>
Thu, 21 Nov 2013 16:01:06 +0000 (08:01 -0800)
commit33effd3aab4a268fb573fd8d7e0fe0baed0cd61a
treed1db0ea25147325133006bd66e0553070aee288a
parent76c2975a6feb5c232698e982b7f798431457822f
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>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Message-id: 1382435921-18438-1-git-send-email-peter.maydell@linaro.org
Signed-off-by: Anthony Liguori <aliguori@amazon.com>
include/qemu/atomic.h