mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue