|
@@ -24,6 +24,9 @@
|
|
#include "exec/cpu-defs.h"
|
|
#include "exec/cpu-defs.h"
|
|
#include "qemu/cpu-float.h"
|
|
#include "qemu/cpu-float.h"
|
|
|
|
|
|
|
|
+/* MicroBlaze is always in-order. */
|
|
|
|
+#define TCG_GUEST_DEFAULT_MO TCG_MO_ALL
|
|
|
|
+
|
|
typedef struct CPUArchState CPUMBState;
|
|
typedef struct CPUArchState CPUMBState;
|
|
#if !defined(CONFIG_USER_ONLY)
|
|
#if !defined(CONFIG_USER_ONLY)
|
|
#include "mmu.h"
|
|
#include "mmu.h"
|