mirror of https://github.com/xqemu/xqemu.git
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:
commit
4bb26682f7
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
#if defined(__i386__)
|
#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
|
* Because of the strongly ordered x86 storage model, wmb() and rmb() are nops
|
||||||
|
|
Loading…
Reference in New Issue