aboutsummaryrefslogtreecommitdiff
path: root/target/xtensa/cpu-param.h
diff options
context:
space:
mode:
Diffstat (limited to 'target/xtensa/cpu-param.h')
-rw-r--r--target/xtensa/cpu-param.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/xtensa/cpu-param.h b/target/xtensa/cpu-param.h
index b1da055..0000725 100644
--- a/target/xtensa/cpu-param.h
+++ b/target/xtensa/cpu-param.h
@@ -17,4 +17,7 @@
#define TARGET_VIRT_ADDR_SPACE_BITS 32
#endif
+/* Xtensa processors have a weak memory model */
+#define TCG_GUEST_DEFAULT_MO (0)
+
#endif