mirror of
https://github.com/mborgerson/xemu.git
synced 2025-12-01 16:10:01 +00:00
include: poison symbols in osdep.h
Ensure that all target-independent files ignore poisoned symbols, and fix the fallout. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
@ -30,6 +30,8 @@
|
||||
#include "config-host.h"
|
||||
#ifdef NEED_CPU_H
|
||||
#include "config-target.h"
|
||||
#else
|
||||
#include "exec/poison.h"
|
||||
#endif
|
||||
#include "qemu/compiler.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user