Merge branch 'master' of git.qemu.org:/pub/git/qemu

* 'master' of git.qemu.org:/pub/git/qemu:
  qemu-barrier: Fix compilation on i386 hosts
This commit is contained in:
Blue Swirl 2012-10-07 18:42:18 +00:00
commit 4bb26682f7

View file

@ -6,7 +6,7 @@
#if defined(__i386__)
#include "qemu-common.h" /* QEMU_GNUC_PREREQ */
#include "compiler.h" /* QEMU_GNUC_PREREQ */
/*
* Because of the strongly ordered x86 storage model, wmb() and rmb() are nops