diff options
Diffstat (limited to 'stubs/arch_type.c')
| -rw-r--r-- | stubs/arch_type.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/stubs/arch_type.c b/stubs/arch_type.c new file mode 100644 index 0000000000..fc5423bc98 --- /dev/null +++ b/stubs/arch_type.c @@ -0,0 +1,4 @@ +#include "qemu/osdep.h" +#include "sysemu/arch_init.h" + +const uint32_t arch_type = QEMU_ARCH_NONE; |