aboutsummaryrefslogtreecommitdiff
path: root/target/alpha/cpu-param.h
diff options
context:
space:
mode:
Diffstat (limited to 'target/alpha/cpu-param.h')
-rw-r--r--target/alpha/cpu-param.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/alpha/cpu-param.h b/target/alpha/cpu-param.h
index c969cb016b..5ce213a9a1 100644
--- a/target/alpha/cpu-param.h
+++ b/target/alpha/cpu-param.h
@@ -27,4 +27,7 @@
# define TARGET_VIRT_ADDR_SPACE_BITS (30 + TARGET_PAGE_BITS)
#endif
+/* Alpha processors have a weak memory model */
+#define TCG_GUEST_DEFAULT_MO (0)
+
#endif